TAL Reference Summary
Privileged Procedures
TAL Reference Summary
096256 Tandem Computers Incorporated 57
$BOUNDS Function The $BOUNDS function checks the location of a parameter passed to a system
procedure to prevent a pointer that contains an incorrect address from overlaying the
stack (S) register with data.
$BOUNDS ( param , count
117
)
$SWITCHES Function The $SWITCHES function returns the current content of the switch register.
119
$SWITCHES
TARGET Directive The TARGET directive specifies the target system for which you have written
conditional code. TARGET works in conjunction with the IF and ENDIF directives in
D20 or later object files.
182
TARGET target-system
target-system
ANY
Compile IF ANY conditional code; specifies that the conditional
code as written is not system-dependent.
TNS_ARCH Compile IF TNS_ARCH conditional code.
TNS_R_ARCH Compile IF TNS_R_ARCH conditional code.