In which addressing mode, the operand is given explicitly in the instruction…
2017
In which addressing mode, the operand is given explicitly in the instruction (example instruction: ADD R4, #3)?
Answer: C. Immediate mode — In Immediate addressing mode, the operand value is directly included in the instruction. In ADD R4, #3, #3 is the actual value.
- A.
Based Indexed mode
- B.
Absolute mode
- C.
Immediate mode
- D.
Register indirect mode
Attempted by 913 students.
Show answer & explanation
Correct answer: C
In Immediate addressing mode, the operand value is directly included in the instruction.
In ADD R4, #3, #3 is the actual value.
Loading lesson…