ld (iy+*),d

Register and Data manipulation // LD (LoaD)

0xFD72 - u64882

Description

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