You are here : assembly8051RL

RL - 8051

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.


Syntax

RL A


Example

RL A	;1 byte 1 cycle


Output / Return Value


Limitations


Alternatives / See Also


Reference