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 memory location.
Compound of 絶対 (absolute) and 番地 (address), a calque from English 'absolute address' used in computing contexts.