Linker
At this point, the linker has constructed a set of tables:
File | LC | Address |
A | 0 | 0000 |
A | 1 | 1000 |
B | 0 | 0300 |
B | 1 | 1200 |
C | 0 | 0500 |
C | 1 | 1600 |
Name | Address |
MAIN | 0024 |
GRAPH1 | 0340 |
SIN | 0520 |
EXP | 0620 |
The next step is to convert the code and data to absolute form.