inc (ix+*)

Arithmetic // INC (INCrement)

0xDD34 - u56628

Description

Adds one to the memory location pointed to by ix plus *.

T States Bytes
23 3

Condition Bits Affected

S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C unaffected

source
{
  "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)"
}