How many memory references are required to fetch an operand in indirect…
2021
How many memory references are required to fetch an operand in indirect addressing?
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 566 students.
Show answer & explanation
Correct answer: B
In indirect addressing, the instruction contains a memory address that points to the location of the operand. The first memory reference is used to fetch this address. The second memory reference is then used to fetch the actual operand from the address obtained in the first step. Therefore, two memory references are required.