pop ix

Register and Data manipulation // POP

0xDDE1 - u56801

Description

The memory location pointed to by sp is stored into ixl and sp is incremented. The memory location pointed to by sp is stored into ixh and sp is incremented again.

T States Bytes
14 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "pop ix",
  "opcode": "pop",
  "operand": [
    "ix"
  ],
  "code": "DDE1",
  "bytes": 2,
  "time": 14,
  "description": "The memory location pointed to by sp is stored into ixl and sp is incremented. The memory location pointed to by sp is stored into ixh and sp is incremented again.",
  "category": "Register and Data manipulation",
  "subCategory": "POP"
}