banner image
Sedang Dalam Perbaikan

Mov Byte Mov Word

Difference between two instructions?
mov byte [num1],5
mov word [num1],5


In first instruction, The variable num1 is treated as a byte and similarly 5 is also treated as byte.
In 2nd instruction, The variable num1 is treated as a word and similarly 5 is also treated as word.
Mov Byte Mov Word Mov Byte Mov Word Reviewed by MCH on December 25, 2012 Rating: 5

No comments:

Powered by Blogger.