First example of LOAD and CALL combined.
Second example of LOAD and CALL combined.
The Legac-e Information Site
Legac-e - Dynamic Program LinkageThis is an example of combining the use of both LOAD and CALL macros to effect dynamic linkage, and in this instance the called routine is
executable rather than being a static table.
In the first example opposite both the Entry Point address and the Load Point address are being saved after the LOAD has been issued.
In the second example opposite only the Entry Point is of interest and it is being loaded into GPR 15 ready for the CALL, to reduce the work of the CALL macro,
which in the first example will generate the instructions to load GPR 15.
First example of LOAD and CALL combined.
Second example of LOAD and CALL combined.
Copyright © Legac-e Education 2004-