Mitsubishi Electronics FX2C Home Theater Server User Manual


 
FX Series Programmable Controlers Applied Instructions 5
5-36
5.4.3 RCR (FNC 32)
Operation:
The bit pattern of the destination device (D)is rotated
n bit places to the ri
g
ht on ever
y
operation of the
instruction.
The status of the last bit rotated is moved into the
carr
y
fla
g
M8022. On the followin
g
operation of the
instruction M8022 is the first bit to be moved back
into the destination device.
The example shown left is based on the instruction
noted above it, where the bit pattern represents the
contents of D0.
5.4.4 RCL (FNC 33)
Operation:
The bit pattern of the destination device (D)is rotated
n bit places to the left on ever
y
operation of the
instruction.
The status of the last bit rotated is moved into the
carr
y
fla
g
M8022. On the followin
g
operation of the
instruction M8022 is the first bit to be moved back
into the destination device.
The example shown left is based on the instruction
noted above it, where the bit pattern represents the
contents of D0.
Mnemonic Function
Operands
Program steps
Dn
RCR
FNC 32
(
Rotation
ri
g
ht with
carr
y
)
The contents of
the destination
device are rotated
ri
g
ht with 1 bit
extracted to the
carr
y
fla
g
KnY, KnM, KnS,
T, C, D, V, Z
Note:
16 bit operation
Kn= K4,
32 bit operation
Kn=K8
K, H,
Note:
16 bit operation n
16
32 bit operation n
32
RCR,RCRP:
5 steps
DRCR,
DRCRP:
7 steps
Mnemonic Function
Operands
Program steps
SD
RCL
FNC 33
(Rotation
left with
carr
y
)
The contents of
the destination
device are
rotated
left with 1 bit
extracted to the
carr
y
fla
g
KnY, KnM, KnS,
T, C, D, V, Z
Note:
16 bit operation Kn= K4,
32 bit operation Kn= K8
K, H,
Note:
16 bit operation n
16
32 bit operation n
32
RCL, RCLP:
5 steps
DRCL,
DRCLP:
9 steps
[ D ] [ n ]
X0
D 0 K 4
RCR
M8022
0
Carry
M8022
111111110000000 0
0000111111111000
X0
D 0
[ D ]
K 4
[ n ]
RCL
111111110000000 0
111100000000011 1
M8022
1
Carry
M8022