Types of Addressing modes
Implied / Implicit Addressing Mode Stack Addressing Mode Immediate Addressing Mode Direct Addressing Mode Indirect Addressing Mode Register Direct Addressing Mode Register Indirect Addressing Mode Relative Addressing Mode Indexed Addressing Mode Base Register Addressing Mode Auto-Increment Addressing Mode Auto-Decrement Addressing Mode 1. Implied Addressing Mode- In this addressing mode, The definition of the instruction itself specify the operands implicitly. It is also called as implicit addressing mode . Examples- The instruction “Complement Accumulator” is an implied mode instruction. In a stack organized computer, Zero Address Instructions are implied mode instructions. (since operands are always implied to be present on the top of the stack) 2. Stack Addressing Mode- In this addressing mode, The operand is contained at the top of the stack. Example- ADD This instruction simply pops out two symbols contained at the top o...
Comments
Post a Comment