Arithmetic // INC (INCrement)
0x23
- u35
Adds one to hl.
T States | Bytes |
---|---|
6 | 1 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "inc hl", "opcode": "inc", "operand": [ "hl" ], "code": "23", "bytes": 1, "time": 6, "description": "Adds one to hl.", "category": "Arithmetic", "subCategory": "INC (INCrement)" }