Programming Instructions
Appendix C
74
Area
IR
SR
HR
TR
TC
DM
#
Bits/Words
0000 to 1807
1808 to 1907
HR 000 to 915
TR 0 to 7
TC 00 to 47
DM 00 to DM 63
0000 to 9999
or 0000 to FFFF
Basic Instructions
Name
Mnemonic
Symbol
Function
Operands
Load
LD
B
Used to start instruction line with status of des-
ignated bit.
B:
IR
SR
HR
AR
LR
TC
TR
Load NOT
LD NOT
B
Used to start instruction line with inverse of
designated bit.
B:
IR
SR
HR
AR
LR
TC
AND
AND
B
Logically ANDs status of designated bit with
execution condition.
B:
IR
SR
HR
AR
LR
TC
AND NOT
AND NOT
B
Logically ANDs inverse of designated bit with
execution condition.
B:
IR
SR
HR
AR
LR
TC
OR
OR
B
Logically ORs status of designated bit with ex-
ecution condition.
B
:
IR
SR
HR
AR
LR
TC
OR NOT
OR NOT
B
Logically ORs inverse of designated bit with
execution condition.
B:
IR
SR
HR
AR
LR
TC
Block AND
AND LD
Logically ANDs results of preceding blocks.
None
Block OR
OR LD
Logically ORs results of preceding blocks.
None