Programming Instructions Appendix B
300
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
DOUBLE BCD
MULTIPLY
(@)MULL(56)
MULL(56)
Md
Mr
R
Multiplies the 8-digit BCD multiplicand and
8-digit BCD multiplier, and outputs the re-
sult to the specified result words. All words
for any one operand must be in the same
data area.
Md+ 1 Md
Mr+ 1 Md
R + 3 R + 2 R + 1 R
X
Md/Mr:
IR
SR
HR
AR
LR
TC
DM
R:
IR
HR
AR
LR
DM
DOUBLE BCD DIVIDE
(@)DIVL(57)
DIVL(57)
Dd
Dr
R
Divides the 8-digit BCD dividend by an
8-digit BCD divisor, and outputs the result
to the specified result words. All words for
any one operand must be in the same data
area.
Dd + 1 Dd
Dr + 1 Dr
R + 1 R
R + 3 R + 2
Quotient
Remainder
÷
Dd/Dr:
IR
SR
HR
AR
LR
TC
DM
R:
IR
HR
AR
LR
DM
DOUBLE
BCD-TO-DOUBLE
BINARY (@)BINL(58)
BINL(58)
S
R
Converts the BCD value of the two source
words (S: starting word) into binary and
outputs the converted data to the two result
words (R: starting word). All words for any
one operand must be in the same data
area.
S
S + 1
R
R + 1
S:
IR
SR
HR
AR
LR
TC
DM
R:
IR
HR
AR
LR
DM