TAL Reference Manual

TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-33
TARGET Directive
TARGET Directive
The TARGET directive specifies the target system for conditional code. TARGET
works in conjunction with the IF and ENDIF directives. TARGET is a D20 or later
feature.
Compiler Directives
The following syntax diagrams describe directive lines, followed by compiler directives
in alphabetic order.
Directive Lines
A directive line in your source code contains one or more compiler directives.
ABORT Directive
The ABORT directive terminates compilation if the compiler cannot open a file
specified in a SOURCE directive. The default is ABORT.
ABSLIST Directive
ABSLIST lists code addresses relative to the code area base. The default is
NOABSLIST.
ASSERTION Directive
ASSERTION invokes a procedure when a condition defined in an ASSERT statement
is true.
$SWITCHES
TARGET target-system
? directive [ , directive ] ...
[NO] ABORT
[NO] ABSLIST
ASSERTION [ = ] assertion-level , procedure-name