|
|
|
|
|
|
|
|
|
|
n |
Relative
address is the most frequent type
|
|
|
of logical
address used in pgm modules
|
|
|
n |
Such modules
are loaded in main memory
|
|
|
with all
memory references in relative form
|
|
n |
Physical
addresses are calculated “on the
|
|
|
|
fly” as the
instructions are executed
|
|
|
n |
This is called
dynamic run-time loading
|
|
|
n |
For adequate
performance, the translation
|
|
|
from relative
to physical address must by
|
|
|
done by
hardware
|
|