Instruction Set
C500 Family
Semiconductor Group
4-70
1998-04-01
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
leaves the accumulator holding the value 62H (01100010B) with the carry set.
Operation:
RRC
(An)
¬
(An + 1) n=0-6
(A7)
¬
(C)
(C)
¬
(A0)
Bytes:
1
Cycles:
1
Encoding:
0 0 0 1
0 0 1 1