noun
In computing, a fixed memory address that directly identifies a storage location, as opposed to a relative or symbolic address.
アセンブリ言語では絶対アドレスを直接指定することがある。
In assembly language, absolute addresses are sometimes specified directly.
相対アドレス is a relative address, expressed as an offset from a base address, while 絶対アドレス is a fixed, absolute location.
Compound of 絶対 (absolute) and アドレス (address), a direct calque of the English computing term.