Thread
:
Make my own library.
View Single Post
Oct 27th, 2005, 3:22 PM
#
7
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
6
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
View Public Profile
Find More Posts by tempest