Arithmetic // DEC (DECrement)
0x35 - u53
Subtracts one from (hl).
| T States | Bytes |
|---|---|
| 11 | 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 (hl)",
"opcode": "dec",
"operand": [
"(hl)"
],
"code": "35",
"bytes": 1,
"time": 11,
"description": "Subtracts one from (hl).",
"category": "Arithmetic",
"subCategory": "DEC (DECrement)"
}