Getting a error on this statement.
Code: Select all
MOV UBYTE PTR [X%], 9
Can never figure out where to put UBYTE PTR: before the comma, after the comma or
before the [X%], or After [X%], before the 9 or after the 9.
Where do I put UBYTE PTR ? ? ?
Could someone help me with my confusion on this?