VirtualDbg icon indicating copy to clipboard operation
VirtualDbg copied to clipboard

compile amd64vm.asm faild

Open UndefinedIdentifier opened this issue 8 years ago • 0 comments

I used VS2013 to compile this project,but faild.VS showed some error in file "amd64vm.asm",how can i fixed it.

Error 1 error A2013: .MODEL must precede this directive C:\Users\luoyanijao\Desktop\VirtualDbg-master\VirtualDbg\VM\amd64vm.asm 7 1 VirtualDbg Error 2 error A2034: must be in segment block : _StartVirtualization C:\Users\luoyanijao\Desktop\VirtualDbg-master\VirtualDbg\VM\amd64vm.asm 10 1 VirtualDbg Error 3 error A2034: must be in segment block C:\Users\luoyanijao\Desktop\VirtualDbg-master\VirtualDbg\VM\amd64vm.asm 11 1 VirtualDbg

UndefinedIdentifier avatar Mar 18 '16 08:03 UndefinedIdentifier