English
Language : 

SAB80515 Datasheet, PDF (194/270 Pages) Siemens Semiconductor Group – 8-Bit Single-Chip Microcontroller Family
Instruction Set
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)
Encoding:
Bytes:
Cycles:
0010 0011
1
1
Semiconductor Group
194