8051 Instruction Set Manual
Technical Support
On-Line Manuals
The RL instruction rotates the eight bits in the accumulator left one bit position. Bit 7 of the accumulator is rotated into bit 0, bit 0 into bit 1, bit 1 into bit 2, and so on. No flags are affected by this instruction.
See Also: RLC, RR, RRC
RL An+1 = An WHERE n = 0 TO 6 A0 = A7
RL A