1) Displacement: the displacement is a constant that gets added to the rest of the address (address = reg+displacement)
2) Base-register: address = contents of specified base register + displacement
3) Relative: PC-relative - PC as the base register.
4) Index addressing mode is a category of displacement addressing mode. In index mode, the addition of base address and displacement index value gives the actual physical address of the operand in memory.
Comments
Leave a comment