View Single Post
Old Oct 27th, 2005, 3:22 PM   #7
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Quote:
Originally Posted by prog master
EDIT: Can I use variable names that is declared in C++ to move around with Inline-Assembler?
Example: mov ax, number
I believe C variables are prefixed with _ for inline assembly (aka number would be _number).
__________________

tempest is offline   Reply With Quote