ld (**),ix

Register and Data manipulation // LD (LoaD)

0xDD22 - u56610

Description

Stores ix into the memory location pointed to by **.

T States Bytes
20 4

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld (**),ix",
  "opcode": "ld",
  "operand": [
    "(**)",
    "ix"
  ],
  "code": "DD22",
  "bytes": 4,
  "time": 20,
  "description": "Stores ix into the memory location pointed to by **.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}