Computer Architecture and Assembly Language Programming > Chapter 5 > Flashcards
what is memory operand and how to define it
it is a variable.
[Num1]
What is immediate operand
any number like 5
What is db
define byte (reserve single byte)
What is dw
define word (reserve word of 16 bits)