LOADPROC (NM) (changed) [ Introduction to MPE XL for MPE V Programmers Migration Guide ] MPE/iX 5.0 Documentation
Introduction to MPE XL for MPE V Programmers Migration Guide
LOADPROC (NM)
(changed)
The LOADPROC intrinsic is used by a program executing in NM to
dynamically load a procedure located in a CM segmented library. LOADPROC
returns the procedure's CM plabel.
The CM plabel can then be used by the SWITCHTOCM intrinsic for calling
and executing the CM library procedure from the NM program. For more
information on cross-mode procedure calling, refer to Switch Programming
Guide (32650-90014).
NOTE A new intrinsic, HPGETPROCPLABEL, is used by an NM program to
dynamically load a procedure located in a NM executable library
(XL). HPGETPROCPLABEL is not available to CM programs.
The LOADPROC intrinsic is used by a program executing in CM to
dynamically load a procedure located in a CM segmented library. The CM
version of the LOADPROC intrinsic performs as described in the MPE V/E
Intrinsics Reference Manual (32033-90007).
MPE/iX 5.0 Documentation