MOV [BX], AL type of data addressing is called ?
2011
MOV [BX], AL type of data addressing is called ?
- A.
register
- B.
immediate
- C.
register indirect
- D.
register relative
Attempted by 152 students.
Show answer & explanation
Correct answer: C
The instruction MOV [BX], AL uses the BX register to store the memory address of the destination operand. When a register holds the effective address rather than the data itself, this addressing mode is classified as Register Indirect Addressing.