ex (sp),ix

Register and Data manipulation // EX (EXchange)

0xDDE3 - u56803

Description

Exchanges (sp) with the ixl, and (sp+1) with the ixh.

T States Bytes
23 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ex (sp),ix",
  "opcode": "ex",
  "operand": [
    "(sp)",
    "ix"
  ],
  "code": "DDE3",
  "bytes": 2,
  "time": 23,
  "description": "Exchanges (sp) with the ixl, and (sp+1) with the ixh.",
  "category": "Register and Data manipulation",
  "subCategory": "EX (EXchange)"
}