ld (ix+*),d

Register and Data manipulation // LD (LoaD)

0xDD72 - u56690

Description

Stores d to the memory location pointed to by ix plus *.

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