Multiple choice

In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?

  1. Absolute mode

  2. Indirect mode

  3. Immediate mode

  4. Index mode

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Index addressing mode computes the effective address by adding a displacement (constant) to the contents of an index register. Absolute mode uses only a constant address in the instruction, indirect mode dereferences a pointer to get the address, and immediate mode embeds the operand value directly in the instruction.