Appendix AInstruction Set
563
Name, mnemonic, variations,
and symbol
PageOperand data
areas
Function
DOUBLE SIGNED BINARY
DIVIDE
/L, ↑/L
(431)
/L Dd Dr R
(V2 only) Divides word data and constants in eight digits
hexadecimal with sign, and outputs the result
to specified words.
Dd+1
Dr + 1
R+ 1
Dd
Dr
RR + 3 R+ 2

Remainder Quotient
Dd:
CIO
G
A
T/C
#
DM
Dr:
CIO
G
A
T/C
#
DM
R:
CIO
G
A
DM
289
UNSIGNED BINARY DIVIDE
/U, ↑/U
(432)
/U Dd Dr R
(V2 only) Divides word data and constants in four digits
hexadecimal without sign, and outputs the
result to specified words.
Dd
Dr
R

R+1
Remainder Quotient
Dd:
CIO
G
A
T/C
#
DM
DR
IR
Dr:
CIO
G
A
T/C
#
DM
DR
IR
R:
CIO
G
A
DM
289
DOUBLE UNSIGNED BINARY
DIVIDE
/UL, ↑/UL
(433)
/UL Dd Dr R
(V2 only) Divides word data and constants in eight digits
hexadecimal without sign, and outputs the
result to specified words.
Dd+1
Dr + 1
R+ 1
Dd
Dr
RR + 3 R+ 2

Remainder Quotient
Dd:
CIO
G
A
T/C
#
DM
Dr:
CIO
G
A
T/C
#
DM
R:
CIO
G
A
DM
289
BCD DIVIDE
/B, ↑/B
(434)
/B Dd Dr R
(V2 only) Divides word data and constants in four digits
BCD, and outputs the result to specified
words.
Dd
Dr
R

R+1
Remainder Quotient
Dd:
CIO
G
A
T/C
#
DM
DR
IR
Dr:
CIO
G
A
T/C
#
DM
DR
IR
R:
CIO
G
A
DM
291
DOUBLE BCD DIVIDE
/BL, ↑/BL
(435)
/BL Dd Dr R
(V2 only) Divides word data and constants in eight digits
BCD, and outputs the result to specified
words.
Dd+1
Dr + 1
R+ 1
Dd
Dr
RR + 3 R+ 2

Remainder Quotient
Dd:
CIO
G
A
T/C
#
DM
Dr:
CIO
G
A
T/C
#
DM
R:
CIO
G
A
DM
291
FLOATING TO 16-BIT
FIX, ↑FIX
(450)
FIX S R
(V2 only) Converts specified 32-bit floating-point data to
16-bit binary data, and places the result in a
specified word.
S:
CIO
G
A
T/C
#
DM
R:
CIO
G
A
DM
DR
IR
296