I'm building a KMDF device driver (64 bit) project with assembly code which is located in a separate .ASM file. I'm using the MASM (ml64.exe) compiler integrated within Visual Studio 2019 Community to build the .ASM into an object file and linked to the 64 bit project. I'm trying the following code which does a PUSH of an imm64 value onto the stack. I'm getting the error below. How can I accomplish this ?
PUSH FFFF0820CADBA78D //
The above instruction gives me the following error
Error A2006 undefined symbol : FFFF0820CADBA78Dh