dec ix

Arithmetic // DEC (DECrement)

0xDD2B - u56619

Description

Subtracts one from ix.

T States Bytes
10 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "dec ix",
  "opcode": "dec",
  "operand": [
    "ix"
  ],
  "code": "DD2B",
  "bytes": 2,
  "time": 10,
  "description": "Subtracts one from ix.",
  "category": "Arithmetic",
  "subCategory": "DEC (DECrement)"
}