You are here : assembly8051RR

RR - 8051

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.


Syntax

RR A


Example

RR A	;1 byte 1 cycle


Output / Return Value


Limitations


Alternatives / See Also


Reference