ld (ix+*),e

Register and Data manipulation // LD (LoaD)

0xDD73 - u56691

Description

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