TAL Reference Summary

Statements
TAL Reference Summary
42 096256 Tandem Computers Incorporated
CODE Statement The CODE statement specifies machine-level instructions and pseudocodes to compile
into the object file.
( )
CODE
instruction
;
044
instruction
.
,
@
mnemonic identifier
register
mnemonic
.
@
mnemonic identifier
, register
Instruction FormNo.
1
2
3
4
5
6
045
mnemonic
mnemonic
mnemonic
register
constant
constant
DO Statement The DO statement is a posttest loop that repeatedly executes a statement until a
specified condition becomes true.
UNTILDO
statement
condition
046