delbert Harry
May 14th, 1999, 12:43 PM
how do I move information to memory in asmbley.
I wrote this
_asm
{
mov WORD PTR [100], ax
mov ax, [100]
}
What is wrong??
I wrote this
_asm
{
mov WORD PTR [100], ax
mov ax, [100]
}
What is wrong??
|
Click to See Complete Forum and Search --> : Assemble Question delbert Harry May 14th, 1999, 12:43 PM 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.com
Copyright Internet.com Inc., All Rights Reserved. |