Arithmetic // INC (INCrement)
0xDD34
- u56628
Adds one to 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": "inc (ix+*)", "opcode": "inc", "operand": [ "(ix+*)" ], "code": "DD34", "bytes": 3, "time": 23, "description": "Adds one to the memory location pointed to by ix plus *.", "category": "Arithmetic", "subCategory": "INC (INCrement)" }