ld ix,(**)

Register and Data manipulation // LD (LoaD)

0xDD2A - u56618

Description

Loads the value pointed to by ** into ix.

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": "DD2A",
  "bytes": 4,
  "time": 20,
  "description": "Loads the value pointed to by ** into ix.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}