Hi all,
i would like to compile inline assembly that using EM64T register set by using visual c++. for example my code as below:
_asm mov rax, rbx
I can't compile it because compiler is not recognized EM64T register like rax, rbx......
I would like to compile and run the application under 32bits mode and EM64T mode.
Appreciate if anybody can help. Thanks :)