Semiconductor Group
4-67
1998-04-01
Instruction Set
C500 Family
RL
A
Function:
Rotate accumulator left
Description:
The eight bits in the accumulator are rotated one bit to the left. Bit 7 is rotated into
the bit 0 position. No flags are affected.
Example:
The accumulator holds the value 0C5H (11000101B). The instruction
RL
A
leaves the accumulator holding the value 8BH (10001011B) with the carry
unaffected.
Operation:
RL
(An + 1)
¬
(An) n = 0-6
(A0)
¬
(A7)
Bytes:
1
Cycles:
1
Encoding:
0 0 1 0
0 0 1 1