how do I move information to memory in asmbley.
I wrote this
_asm
{
mov WORD PTR [100], ax
mov ax, [100]
}
What is wrong??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: Assemble QuestionThreaded View
|
Click Here to Expand Forum to Full Width |