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)?
- A.
Based Indexed mode
- B.
Absolute mode
- C.
Immediate mode
- D.
Register indirect mode
Attempted by 723 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.