In this mode, data is accessed by specifying the register name in which it is stored.
In this mode, value of operand is held within the instruction itself.
In this mode, memory location of data is stored in a register.
This mode is useful for accessing fixed memory locations such as memory mapped I/O devices.
Hide Solution
Verified By Collegedunia
The Correct Option isA
Solution and Explanation
In immediate addressing mode, the operand is directly specified within the instruction, and it refers to the data in the register specified by the instruction itself. This is in contrast to other addressing modes where the operand is stored in memory or registers. This addressing mode is fast since no additional memory lookup is required.