The RR instruction rotates the eight bits in the accumulator right one bit position.Bit 0 of the accumulator is rotated into bit 7, bit 7 into bit 6, and so on.No flags are affected by this instruction.
The RR instruction rotates the eight bits in the accumulator right one bit position.
Bit 0 of the accumulator is rotated into bit 7, bit 7 into bit 6, and so on.
No flags are affected by this instruction.
RR A
RR A ;1 byte 1 cycle