Addressing Modes in Computer Organization
Addressing Modes in Computer Organization
COMPUTER ORGANIZATION
Addressing Modes
Addressing Modes– The term addressing modes
refers to the way in which the operand of an
instruction is specified. The addressing mode
specifies a rule for interpreting or modifying the
address field of the instruction before the operand is
actually executed.
Example:
CLC (used to reset Carry flag to 0)
• Immediate addressing mode (symbol #):In this
mode data is present in address field of instruction
.Designed like one address instruction format.
Note:Limitation in the immediate mode is that the range
of constants are restricted by size of
• address field.
Note:
1. PC relative nad based register both addressing modes are
suitable for program relocation at runtime.
2. Based register addressing mode is best suitable to write position
independent codes.