English
Language : 

XC800 Datasheet, PDF (116/132 Pages) Infineon Technologies AG – Microcontroller Family Architecture and Instruction Set
XC800
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
User’s Manual, V 0.1
4-71
2005-01