Arithmetic // INC (INCrement)
0xDD23 - u56611
Adds one to ix.
| T States | Bytes |
|---|---|
| 10 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "inc ix",
"opcode": "inc",
"operand": [
"ix"
],
"code": "DD23",
"bytes": 2,
"time": 10,
"description": "Adds one to ix.",
"category": "Arithmetic",
"subCategory": "INC (INCrement)"
}