pablowablo
January 18th, 2005, 11:30 AM
Hello,
How do I specify the size of my operands in an instruction?
I use nasm and I get an operation not specified error with
mov [data] , 10
I'm guessing this is because the assembler does not know how big it should move to data...
thanks!
How do I specify the size of my operands in an instruction?
I use nasm and I get an operation not specified error with
mov [data] , 10
I'm guessing this is because the assembler does not know how big it should move to data...
thanks!