Num-
ber
Name Boolean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
FP-X
FP-X0
FP2
FP2SH/FP10SH
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
0 0 1 -
F77
P77
32-bit binary
data
ASCII
code
DBIA
PDBIA
S1, S2, 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
data
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
F80
P80
16-bit binary
data
4-digit
BCD data
BCD
PBCD
S, D 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”.
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
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).
PINV
D Inverts each bit of data of “D”.
3
F85
P85
16-bit data
complement of
2
NEG
PNEG
D Inverts each bit of data of “D” and adds 1
(inverts the sign).
3
F86
P86
32-bit data
complement of
DNEG
PDNEG
D Inverts each bit of data of (D+1, D) and
adds 1 (inverts the sign).
3
Gives the absolute value of the data of
D Gives the absolute value of the data of
16-bit data sign
extension
D Extends the 16 bits of data in “D” to 32
bits in (D+1, D).
3
F90
S, n, D Decodes part of the data of “S” and stores
it in “D”. The part is specified by “n”.
Converts the data of “S” for use in a 7-
segment display and stores it in (D+1, D).
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 “n”.
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
Phone: 800.894.0412 - Fax: 888.723.4773 - Web: www.clrwtr.com - Email: info@clrwtr.com