289
5-20-7 Binary Division: /(430)/ /L(431)//U(432)//UL(433)
SIGNED BINARY DIVIDE: /(430)
Variations
j /(430)
(430)
/DdDrR
Operand Data AreasLadder Symbol
Dd: Dividend word CIO, G, A, T, C, #, DM, DR, IR
R: Result word CIO, G, A, DM
Dr: Divisor word CIO, G, A, T, C, #, DM, DR, IR
DOUBLE SIGNED BINARY DIVIDE: /L(431)
Variations
j /L(431)
(431))
/L Dd Dr R
Operand Data AreasLadder Symbol
Dd: 1
st
dividend word CIO, G, A, T, C, #, DM
R: 1
st
result word CIO, G, A, DM
Dr: 1
st
divisor word CIO, G, A, T, C, #, DM
UNSIGNED BINARY DIVIDE: /U(432)
Variations
j /U(432)
(432)
/U Dd Dr R
Operand Data AreasLadder Symbol
Dd: Dividend word CIO, G, A, T, C, #, DM, DR, IR
R: Result word CIO, G, A, DM
Dr: Divisor word CIO, G, A, T, C, #, DM, DR, IR
DOUBLE UNSIGNED BINARY DIVIDE: /UL(433)
Variations
j /UL(433)
(433)
/UL Dd Dr R
Operand Data AreasLadder Symbol
Dd: 1
st
dividend word CIO, G, A, T, C, #, DM
R: 1
st
result word CIO, G, A, DM
Dr: 1
st
divisor word CIO, G, A, T, C, #, DM
SIGNED BINARY DIVIDE
When the execution condition is OFF, /(430) is not executed. When the execu-
tion condition is ON, /(430) divides the signed binary content of Dd by the signed
binary content of Dr and the result is placed in R and R+1: the quotient in R, the
remainder in R+1.
DdDr
R R + 1
Quotient Remainder
Description
(CVM1 V2)
Symbol Math Instructions Section 5-20