Syntax |
 |
cstx (value)
CM program segments are loaded into the CSTX. CM library segments
are loaded into the CST.
During the evaluation of the parameter to the CSTX function, the CM search path is limited to the
program file (PROG).
Examples |
 |
%cmdebug > wl cstx(12.304)
CSTX %12.304
Coerce the simple long pointer into a CSTX absolute code pointer.
%cmdebug > wl cstx( sort )
CSTX %4.3302
Print the address of the procedure named sort. Note that the search path used for procedure
name lookups is restricted to the program file (PROG).
%cmdebug > wl cstx(sys(24.630))
CSTX %24.630
The coercion simply changes the associated absolute file.
Note that no complicated conversion or range checking is performed.