English
Language : 

SAB80515 Datasheet, PDF (195/270 Pages) Siemens Semiconductor Group – 8-Bit Single-Chip Microcontroller Family
Instruction Set
RLC
A
Function:
Rotate accumulator left through carry flag
Description:
The eight bits in the accumulator and the carry flag are together rotated one bit to
the left. Bit 7 moves into the carry flag; the original state of the carry flag moves into
the bit 0 position. No other flags are affected.
Example:
The accumulator holds the value 0C5H (11000101B), and the carry is zero. The
instruction
RLC A
Operation:
leaves the accumulator holding the value 8AH (10001010B) with the carry set.
RLC
(An + 1) ← (An) n = 0-6
(A0) ← (C)
(C) ← (A7)
Encoding:
Bytes:
Cycles:
0011 0011
1
1
Semiconductor Group
195