Arithmetic // INC (INCrement)
0xDD24
- u56612
Adds one to ixh.
T States | Bytes |
---|---|
8 | 2 |
S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C unaffected
{ "flags": { "S": "affected as defined", "Z": "affected as defined", "H": "affected as defined", "P/V": "detects overflow", "N": "affected as defined", "C": "unaffected" }, "operation": "inc ixh", "opcode": "inc", "operand": [ "ixh" ], "code": "DD24", "bytes": 2, "time": 8, "description": "Adds one to ixh.", "category": "Arithmetic", "subCategory": "INC (INCrement)" }