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.
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.
RL A
RL A ;1 byte 1 cycle