Arithmetic // DEC (DECrement)
0x2B
- u43
Subtracts one from hl.
T States | Bytes |
---|---|
6 | 1 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "dec hl", "opcode": "dec", "operand": [ "hl" ], "code": "2B", "bytes": 1, "time": 6, "description": "Subtracts one from hl.", "category": "Arithmetic", "subCategory": "DEC (DECrement)" }