Multiple choice

With which of the following addressing modes can indexing be done?

  1. Relative

  2. Memory indirect

  3. Immediate

  4. Direct

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

Direct addressing mode specifies the memory address directly in the instruction. Indexing is a technique where an index register is added to a base address, and direct addressing is often used to specify the base or the offset in such schemes.