Help me
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
I have some code in ASM but I can change it to VC++ command, how to use ASM in VC++??? please help me!!! thanks
Have a look in the MSDN at "__asm" if you have a MS compiler, otherwise look out for "asm". :) Good luck -Dominik
-
I have some code in ASM but I can change it to VC++ command, how to use ASM in VC++??? please help me!!! thanks
try __asm { your asm code here }
-
I have some code in ASM but I can change it to VC++ command, how to use ASM in VC++??? please help me!!! thanks
__asm { //write your assembly code here } R_Renjith The True CP ian
-
__asm { //write your assembly code here } R_Renjith The True CP ian
also think so :-D