Which of the following addressing modes does NOT store the operand in the…
2022
Which of the following addressing modes does NOT store the operand in the memory?
- A.
Register indirect mode
- B.
Memory indirect mode
- C.
Implied mode
- D.
Relative address mode
Attempted by 170 students.
Show answer & explanation
Correct answer: C
Implied addressing defines the operand implicitly within the instruction or a specific register, avoiding memory access. In contrast, modes like Register Indirect and Memory Indirect require retrieving operands from main memory locations to function correctly.