Operation: | RR |
Function: | Rotate Accumulator Right |
Syntax: | RR A |
Instructions | OpCode | Bytes | Cycles | Flags |
RR A | 0x03 | 1 | 1 | None |
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