ld a,(de)

Register and Data manipulation // LD (LoaD)

0x1A - u26

Description

Loads the value pointed to by de into a.

T States Bytes
7 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld a,(de)",
  "opcode": "ld",
  "operand": [
    "a",
    "(de)"
  ],
  "code": "1A",
  "bytes": 1,
  "time": 7,
  "description": "Loads the value pointed to by de into a.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}