Name the addressing mode for the instruction MOV DPTR, # 3000 H.
Answers
Answered by
1
This addressing mode is named as “immediate” because it transfers an 8-bit data immediately to the accumulator (destination operand). The picture above describes the above instruction and its execution. The opcode for MOV A, # data is 74H. The opcode is saved in program memory at 0202 address.
Similar questions