TAL Reference Summary

Compiler Directives
TAL Reference Summary
096256 Tandem Computers Incorporated 59
CHECK Directive CHECK generates range-checking code for certain features. The default is
NOCHECK.
CHECK
NOCHECK
PUSHCHECK
POPCHECK
125
CODE Directive CODE lists instruction codes and constants in octal format after each procedure. The
default is CODE.
CODE
NOCODE
PUSHCODE
POPCODE
126
COLUMNS Directive COLUMNS directs the compiler to treat any text beyond the specified column as
comments.
127
columns-valueCOLUMNS
COMPACT Directive COMPACT moves procedures into gaps below the 32K-word boundary of the code
area if they fit. The default is COMPACT.
128
COMPACT
NOCOMPACT