noun
relative address
Computing term for an address specified relative to a base address, as opposed to an absolute address.
このプログラムでは相対アドレスを使ってメモリを参照する。
This program references memory using relative addresses.
絶対アドレス is an absolute address, while 相対アドレス is a relative address.
Compound of 相対 (relative) and アドレス (address), a direct calque of the English computing term.