In MASM can you do this PUSH 0xFFFF0820CADBA78D
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… Read More In MASM can you do this PUSH 0xFFFF0820CADBA78D