At runtime, the hardware adds the address of the current first byte of the program (base address) to each displacement address and derives an absolute address for execution. All modern computers ...
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.