Address Types
nA
physical address
(absolute address) is a physical location
in main memory
nA logical address is a reference
to a memory
location independent of the physical structure/organization of memory
nCompilers produce code in which all memory references
are logical addresses
nA
relative address is an
example of logical address in which the address is expressed as a location
relative to some known point in the program (ex: the beginning)