11-68
Num
-ber
Name Boolean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
n, D The “n” words beginning from “D” are
The oldest data beginning from “S”
that was written to the buffer is read
and stored in “D”.
5
F117
S, D The data of “S” is written to the buffer
Basic function instructions
Counts up or down from the value
preset in “S” and stores the elapsed
Shifts one bit to the left or right with
the area between “D1” and “D2” as
the register.
5
D, n Rotates the “n” bits in data of “D” to
Rotates the “n” bits in data of “D” to
the left.
5
F122
P122
16-bit data right
rotate with carry
RCR
PRCR
D, n Rotates the “n” bits in 17-bit area
consisting of “D” plus the carry flag
(R9009) data to the right.
16-bit data left
rotate with carry
RCL
PRCL
D, n Rotates the “n” bits in 17-bit area
consisting of “D” plus the carry flag
(R9009) data to the left.
5
F125
P125
32-bit data right
rotate
DROR
PDROR
D, n
Rotates the number of bits specified
by “n” of the double words data (32
bits) specified by (D+1, D) to the
Rotates the number of bits specified
by “n” of the double words data (32
bits) specified by (D+1, D) to the left.
rotate with carry
flag (R9009) data
Rotates the number of bits specified
by “n” of the double words data (32
bits) specified by (D+1, D) to the right
together with carry flag (R9009) data.
rotate with carry
flag (R9009) data
Rotates the number of bits specified
by “n” of the double words data (32
bits) specified by (D+1, D) to the left
together with carry flag (R9009) data.
5
Bit manipulation instructions
D, n Sets the value of bit position “n” of
Sets the value of bit position “n” of
the data of “D” to 0.
D, n Inverts the value of bit position “n” of
the data of “D”.
5
F133
P133
16-bit data bit test BTT
PBTT
D, n Tests the value of bit position “n” of
the data of “D” and outputs the result
S, D Stores the number of on bits in the
Number of on (1)
bits in 32-bit data
Stores the number of on bits in the
data of (S+1, S) in “D”.
7
: Available, : Not available, : Not available partially