Arithmetic // DEC (DECrement)
0xDD35 - u56629
Subtracts one from the memory location pointed to by ix plus *.
| T States | Bytes |
|---|---|
| 23 | 3 |
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 (ix+*)",
"opcode": "dec",
"operand": [
"(ix+*)"
],
"code": "DD35",
"bytes": 3,
"time": 23,
"description": "Subtracts one from the memory location pointed to by ix plus *.",
"category": "Arithmetic",
"subCategory": "DEC (DECrement)"
}