Arithmetic // RRC, RR (Rotate Right Circular, Rotate Right)
0xCB0A
- u51978
The contents of d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7.
T States | Bytes |
---|---|
8 | 2 |
S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C affected as defined
{ "flags": { "S": "affected as defined", "Z": "affected as defined", "H": "reset", "P/V": "detects parity", "N": "reset", "C": "affected as defined" }, "operation": "rrc d", "opcode": "rrc", "operand": [ "d" ], "code": "CB0A", "bytes": 2, "time": 8, "description": "The contents of d are rotated right one bit position. The contents of bit 0 are copied to the carry flag and bit 7.", "category": "Arithmetic", "subCategory": "RRC, RR (Rotate Right Circular, Rotate Right)" }