The method by which an instruction references memory (RAM) or storage. In "indirect" addressing, the instruction points to another address (see indirection). In "relative" addressing, the address is ...
A memory address that represents some distance from a starting point (base address), such as the first byte of a program or table. The absolute address is derived by adding it to the base address. See ...