Calling between assembler and an HLL

Language Environment-conforming assembler routines can be dynamically called/fetched from any Language Environment-conforming HLL. In addition, Language Environment-conforming assembler routines can dynamically load another routine by using the Language Environment CEEFETCH macro or CEELOAD macro. Using CEEFETCH to load the routine allows the routine to be deleted using CEERELES.

Note: CEEFETCH/CEERELES and CEELOAD should not be used for DLLs.