Arithmetic // RRC, RR (Rotate Right Circular, Rotate Right)
0xCB0B
- u51979
The contents of e 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 e", "opcode": "rrc", "operand": [ "e" ], "code": "CB0B", "bytes": 2, "time": 8, "description": "The contents of e 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)" }