Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: RL

Operation:RL
Function:Rotate Accumulator Left
Syntax:RL A

InstructionsOpCodeBytesCyclesFlags
RL A0x2311C

Description: Shifts the bits of the Accumulator to the left. The left-most bit (bit 7) of the Accumulator is loaded into bit 0.

See Also: RLC, RR, RRC, Instruction Set