MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 101
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
HPSORTTITLE
NM callable only.
Prints the version number and title information for SORT/XL on $STDLIST and prints the
date and time produced by the DATELINE intrinsic.
I32
HPSORTTITLE(
status
);
HPSWITCHTOCM
NM callable only.
Makes native mode (NM) to compatibility mode (CM) mixed-mode procedure calls possible.
REC I32V I32V RECA I32V RECV I16 I32
HPSWITCHTOCM(
proc,method,numparms,parms
,
fretlen,fretval,condcode,status
);
HPSWTONMNAME
CM callable only.
Allows CM user programs, user libraries, and system code to invoke NM procedures as
follows:
Convert CM references in an argument list to virtual NM addresses.
Change the execution mode.
Invoke the NM procedure specified by the CM caller.
CA I16V CA I16V I16V I16 I16 I16V
HPSWTONMNAME(
procname,proclen,libname,liblen,nparms,arglist,argdesc,functype
);
HPSWTONMPLABEL
CM callable only.
Allows CM user programs, user libraries, and system code to invoke NM procedures as
follows:
Convert CM references in the argument list to virtual NM addresses.
Change the execution mode.
Invoke the NM procedure specified by the CM caller.
U32V I16V I16 I16 I16V
HPSWTONMPLABEL(
proc,nparms,arglist,argdesc,functype
):
HPUNLOADCMPROCEDURE
NM callable only.
Unloads a target CM procedure whose plabel is obtained through the HPLOADCMPROCEDURE
intrinsic.