dec ixl

Arithmetic // DEC (DECrement)

0xDD2D - u56621

Description

Subtracts one from ixl.

T States Bytes
8 2

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": "dec ixl",
  "opcode": "dec",
  "operand": [
    "ixl"
  ],
  "code": "DD2D",
  "bytes": 2,
  "time": 8,
  "description": "Subtracts one from ixl.",
  "category": "Arithmetic",
  "subCategory": "DEC (DECrement)"
}