Arithmetic // DEC (DECrement)
0x0D
- u13
Subtracts one from c.
T States | Bytes |
---|---|
4 | 1 |
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": "dec c", "opcode": "dec", "operand": [ "c" ], "code": "0D", "bytes": 1, "time": 4, "description": "Subtracts one from c.", "category": "Arithmetic", "subCategory": "DEC (DECrement)" }