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

Operation:RR
Function:Rotate Accumulator Right
Syntax:RR A

InstructionsOpCodeBytesCyclesFlags
RR A0x0311None

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

See Also: RL, RLC, RRC, Instruction Set