pTAL Reference Manual (H06.08+)

Built-In Routines
HP pTAL Reference Manual523746-006
15-88
$TRIGGER
$TRIGGER
$TRIGGER replaces $FREEZE on page 15-51 and $HALT on page 15-51, which are
available only for code generated for the TNS/R architecture.
op
is an INT(32) value.
$TYPE
$TYPE returns an INT value that represents the data type of a variable.
Note.
The pTAL compiler does not support this routine.
Execution does not return from this call.
pTAL privileged procedure Yes
Can be executed only by privileged procedures Yes
Sets condition code No
Sets $CARRY No
Sets $OVERFLOW No
Example 15-87. $TRIGGER Routine
INT(32) op;
$TRIGGER (op); ! or
call $TRIGGER (op);
pTAL privileged procedure No
Can be executed only by privileged procedures No
Sets condition code No
Sets $CARRY No
Sets $OVERFLOW No
$TRIGGER (
op
)
VST060.vsd
( )
VST112.vsd
$TYPE
variable