TAL Reference Manual
Statements
TAL Reference Manual—526371-001
12-15
CODE Statement
CASE selector OF
BEGIN !Move statements
!0! a_array ':=' "Training Program";
!1! a_array ':=' "End of Program";
!2! a_array ':=' "Input Error";
!3! a_array ':=' "Home Terminal Now Open";
OTHERWISE
a_array ':=' "Bad Message Number";
END; !End of CASE statement
END; !End of procedure
CODE Statement
The CODE statement enables you to specify machine-level instructions and
pseudocodes to compile into the object code.
instruction
is a machine instruction in one of the six forms:
(CODE instruction
;
)
VST1210.vsd
2
.
@
mnemonic identifier
3
mnemonic constant
5
.
@
,
mnemonic
identifier
register
4
registermnemonic
6
,
mnemonic constant
register
1
mnemonic
No.
Instruction Form
VST1211.vsd