15-52
Num-
ber
Name
Boo-
lean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
FP-X
FP2
FP2SH/FP10SH
P94
PDIST
S, n,
D
Each of the digits of the data of “S”
are stored in (distributed to) the least
significant digits of the areas
7
P95
code
PASC
Twelve characters of the character
constants of “S” are converted to
ASCII code and stored in “D” to
15
F96
P96
16-bit table data
search
SRC
PSRC
S1,
S2,
S3
The data of “S1” is searched for in
the areas in the range “S2” to “S3”
and the result is stored in DT9037
and DT9038
7
F97
P97
32-bit table data
search
DSRC
PDSRC
S1,
S2,
S3
The data of (S1+1, S1) is searched
for in the 32-bit data designated by
“S3”, beginning from “S2”, and the
result if stored in DT90037 and
11
P98
and compress
PCMPR
D2,
D3
Transfer “D2” to “D3”. Any parts of
the data between “D1” and “D2” that
are 0 are compressed, and shifted in
7
P99
and compress
PCMP
W
D2
Transfer “S” to “D1”. Any parts of the
data between “D1” and “D2” that are
0 are compressed, and shifted in
7
F100
P100
Right shift of
multiple bits (n bits)
SHR
PSHR
D, n Shifts the “n” bits of “D” to the right.
5
F101
P101
Left shift of multiple
bits (n bits) in a 16-
SHL
PSHL
D, n Shifts the “n” bits of “D” to the left.
5
F102
P102
Right shift of n bits
in a 32-bit data
DSHR
PDSHR
D, n Shifts the “n” bits of the 32-bit data
area specified by (D+1, D) to the
right.
5
Left shift of n bits in
a 32-bit data
D, n Shifts the “n” bits of the 32-bit data
area specified by (D+1, D) to the left.
5
F105
P105
Right shift of one
hexadecimal digit (4-
BSR
PBSR
D Shifts the one digit of data of “D” to
the right.
3
P106
hexadecimal digit
PBSL
D Shifts the one digit of data of “D” to
the left.
3
Right shift of
multiple bits (n bits)
D2, n
Shifts the “n” bits of data range by
“D1” and “D2” to the right.
7
Left shift of multiple
bits (n bits)
D1,
D2, n
Shifts the “n” bits of data range by
“D1” and “D2” to the left.
7
F110
Right shift of one
WSHR
D1,
D2
Shifts the one word of the areas by
“D1” and “D2” to the right.
5
F111
Left shift of one
WSHL
D1,
Shifts the one word of the areas by
“D1” and “D2” to the left.
5
F112
P112
Right shift of one
hexadecimal digit (4-
WBSR
PWBSR
D1,
D2
Shifts the one digit of the areas by
“D1” and “D2” to the right.
5
F113
P113
Left shift of one
hexadecimal digit (4-
WBSL
PWBSL
D1,
D2
Shifts the one digit of the areas by
“D1” and “D2” to the left.
5
: Available, : Not available, : Not available partially