ALOAD (Load a Module into Storage)
The ALOAD macro loads a module into storage. If the module requested is reentrant and already in storage, the use count for the module will be increased by one.
On return, register 0 contains the entry point address of the module. Register 1 contains the address of the JES3 directory element (JDE) for the module.