next up previous contents index

[ENGN3213 Home]

Register Indirect with Displacement

The effective address is determined as the sum of the contents of an address register with a 16 bit sign-extended displacement.

This mode is useful for writing position independent code, since an address register can be used to stored a base address, with data access using displacements relative to the base.



ANU Engineering - ENGN3213