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