ld c,(ix+*)

Register and Data manipulation // LD (LoaD)

0xDD4E - u56654

Description

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

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 c,(ix+*)",
  "opcode": "ld",
  "operand": [
    "c",
    "(ix+*)"
  ],
  "code": "DD4E",
  "bytes": 3,
  "time": 19,
  "description": "Loads the value pointed to by ix plus * into c.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}