Register and Data manipulation // LD (LoaD)
0xDDF9 - u56825
Loads the value of ix into sp.
| T States | Bytes | 
|---|---|
| 10 | 2 | 
None.
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld sp,ix",
  "opcode": "ld",
  "operand": [
    "sp",
    "ix"
  ],
  "code": "DDF9",
  "bytes": 2,
  "time": 10,
  "description": "Loads the value of ix into sp.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}