ld ix,**

Register and Data manipulation // LD (LoaD)

0xDD21 - u56609

Description

Loads ** into register ix.

T States Bytes
14 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": "DD21",
  "bytes": 4,
  "time": 14,
  "description": "Loads ** into register ix.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}