English
Language : 

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