
<
2
.75
7UGT U/CPWCN
#FFTGUU5RCEG
=L/2*
7/<:
RLC
Rotate Left Through Carry
Instruction Format:
RLC dst
Operation:
C
←
dst(7)
dst(0)
←
C
dst(1)
←
dst(0)
dst(2)
←
dst(1)
dst(3)
←
dst(2)
dst(4)
←
dst(3)
dst(5)
←
dst(4)
dst(6)
←
dst(5)
dst(7)
←
dst(6)
The contents of the destination operand along with the
C
flag are rotated left by one bit position. The initial
value of bit
7
becomes the value of the
C
flag and the previous value of the
C
flag becomes the value of bit
0
.
OPC
dst
OPC (Hex)
Address Mode
dst
10
11
R
IR
C
D7 D6 D5 D4 D3 D2 D1 D0