Comp201TH Unit 3 Lecture 2 Addressing Modes
Comp201TH Unit 3 Lecture 2 Addressing Modes
Direct Addressing Mode: In this addressing mode, the address field of the
instruction contains the effective address of the operand. Only one reference to
memory is required to fetch the operand. It is also called as absolute
addressing mode.
Indirect Addressing Mode: In this addressing mode, the address field of the
instruction specifies the address of memory location that contains the effective
address of the operand. Two references to memory are required to fetch the
operand.