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