Dynamic Linkage format of the CALL Macro.
CALL syntax for dynamic linkage
(15) | This represents General Purpose Register 15 which will contain the address of the module to receive control. | |
(addr1 etc | This is optional and identifies one or more parameters to be passed to the called module. |
The IBM manual includes descriptions of the LIST (MF=L) and EXECUTE (MF=E) formats which are useful for constructing re-entrant code.