ld d,(ix+*)

Register and Data manipulation // LD (LoaD)

0xDD56 - u56662

Description

Loads the value pointed to by ix plus * into d.

T States Bytes
19 3

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld d,(ix+*)",
  "opcode": "ld",
  "operand": [
    "d",
    "(ix+*)"
  ],
  "code": "DD56",
  "bytes": 3,
  "time": 19,
  "description": "Loads the value pointed to by ix plus * into d.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}