Programming Instructions Appendix B
308
IR SR HR TR AR LR TC DM #
00000 to 23515 23600 to 25507 HR 0000 to 9915 TR 0 to 7 AR 0000 to 2715 LR 0000 to 6315 TC 000 to 511 Read/Wr: DM 0000 to DM 0999
Rd only: DM 1000 to DM 1999
0000 to 9999
or 0000 to FFFF
These footnote tables show the actual ranges of all data areas. Bit numbers are provided (except for DM and TC areas); remove the rightmost two digits for word numbers.
Data Areas
Name
Mnemonic
Operand Data AreasFunctionSymbol
DATA COLLECT
(@)COLL(81)
COLL(81)
SBs
Of
D
Extracts data from the source word and
writes it to the destination word (D). The
source word is determined by adding the
offset (Of) to the address of the source
base word (SBs).
Base (DBs)
+
Offset (OF)
(SBs+Of) (D)
SBs:
IR
SR
HR
AR
LR
TC
DM
Of:
IR
HR
AR
LR
TC
DM
#
D:
IR
HR
AR
LR
TC
DM
MOVE BIT
(@)MOVB(82)
MOVB(82)
S
Bi
D
Transfers the designated bit of the source
word or constant (S) to the designated bit
of the destination word (D). The rightmost
two digits of the bit designator (Bi) specify
the source bit. The two leftmost digits
specify the destination bit.
S
D
S:
IR
SR
HR
AR
LR
DM
#
Bi:
IR
HR
AR
LR
TC
DM
#
D:
IR
HR
AR
LR
DM
MOVE DIGIT
(@)MOVD(83)
MOVD(83)
S
Di
D
Moves hexadecimal content of up to four
specified 4-bit source digit(s) from the
source word to the specified destination
digit(s) (S gives the source word address.
D specifies the destination word). Specific
digits within the source and destination
words are defined by the Digit Designator
(Di) digits. (The rightmost digit gives the
first source digit. The next digit to the left
gives the number of digits to be moved.
The next digit specifies the first digit in the
destination word.)
S
D
15 00
S:
IR
SR
HR
AR
LR
TC
DM
#
Di:
IR
HR
AR
LR
TC
DM
#
D:
IR
SR
HR
AR
LR
TC
DM