(423)
*UL D00200 D00210 D00220
(421)
*L D00100 D00110 D00120
0000
00
0000
01
287
*UL Operation
When CIO 000001 is ON in the following example, the content of D00201 and
D00200 are multiplied by the content of D00211 and D00210, in eight-digit
binary without sign, and the result is output to D00223 through D00220.
Address Instruction Operands
00000 LD 000000
00001
*L(421)
D00100
D00110
D00120
00002 LD 000001
00003
*UL(423)
D00200
D00210
D00220
5-20-6 BCD Multiplication: *B(424)/ *BL(425)
BCD MULTIPLY: *B(424)
Variations
j *B(424)
(424)
*BMdMr R
Operand Data AreasLadder Symbol
Md: Multiplicand word CIO, G, A, T, C, #, DM, DR, IR
R: Result word CIO, G, A, DM
Mr: Multiplier word CIO, G, A, T, C, #, DM, DR, IR
DOUBLE BCD MULTIPLY: *BL(425)
Variations
j *BL(425)
(425)
*BL Md Mr R
Operand Data AreasLadder Symbol
Md: 1
st
multiplicand wd CIO, G, A, T, C, #, DM
R: 1
st
result word CIO, G, A, DM
Mr: 1
st
multiplier word CIO, G, A, T, C, #, DM
BCD MULTIPLY
When the execution condition is OFF, *B(424) is not executed. When the execu-
tion condition is ON, *B(424) multiplies the BCD content of Md by the BCD con-
tent of Mr, and places the result in R and R+1.
Md
Mr
R +1 R
X
Description
(CVM1 V2)
Symbol Math Instructions Section 5-20