15-51
Num-
ber
Name Boolean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
FP-X
FP2
FP2SH/FP10SH
F76
P76
ASCII code
16-bit binary
data
ABIN
PABIN
S1, S2,
D
Converts the ASCII code specified by
“S1” and “S2” to 16 bits of binary data
and stores it in “D”.
Example: H
30 30 31 2D 20 20
7
→ K-100
P77
data
ASCII
code
PDBIA
D
Converts the 32 bits of binary data
(S1+1,
S1) to ASCII code and stores it in D
(area of “S2” bytes).
11
F78
P78
ASCII code
32-bit binary
DABI
PDABI
S1, S2,
D
Converts the ASCII code specified by
“S1” and “S2” to 32 bits of binary data
and stores it in (D+1, D).
11
P80
data
4-digit
BCD data
PBCD
Converts the 16 bits of binary data
specified by “S” to four digits of BCD
data and stores it in “D”.
Example: K100 → H100
5
F81
P81
4-digit BCD
data
16-bit
binary data
BIN
PBIN
S, D Converts the four digits of BCD data
specified by “S” to 16 bits of binary data
and stores it in “D”.
→
5
P82
data
8-digit
BCD data
PDBCD
Converts the 32 bits of binary data
specified by (S+1, S) to eight digits of
BCD data and stores it in (D+1, D).
7
F83
P83
8-digit BCD
data
32-bit
DBIN
PDBIN
S, D Converts the eight digits of BCD data
specified by (S+1, S) to 32 bits of binary
data and stores it in (D+1, D).
7
P84
invert (com-
PINV
Inverts each bit of data of “D”.
3
F85
P85
16-bit data
complement
NEG
PNEG
D Inverts each bit of data of “D” and adds
1 (inverts the sign).
3
P86
complement
PDNEG
Inverts each bit of data of (D+1, D) and
adds 1 (inverts the sign). 3
F87
16-bit data
ABS
D Gives the absolute value of the data of
3
Gives the absolute value of the data of
(D+1, D).
3
F89
P89
16-bit data
sign extension
EXT
PEXT
D Extends the 16 bits of data in “D” to 32
bits in (D+1, D).
3
P90
PDECO
Decodes part of the data of “S” and
stores
it in “D”. The part is specified by “n”.
7
F91
P91
7-segment
decode
SEGT
PSEGT
S, D Converts the data of “S” for use in a 7-
segment display and stores it in (D+1,
5
F92
P92
Encode ENCO
PENCO
S, n, D Encodes part of the data of “S” and
stores it in “D”. The part is specified by
7
F93
P93
16-bit data
combine
UNIT
PUNIT
S, n, D The least significant digit of each of the
“n” words of data beginning at “S” are
stored (united) in order in “D”.
7
: Available, : Not available, : Not available partially