ld a,(hl)

Register and Data manipulation // LD (LoaD)

0x7E - u126

Description

The contents of (hl) are loaded 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,(hl)",
  "opcode": "ld",
  "operand": [
    "a",
    "(hl)"
  ],
  "code": "7E",
  "bytes": 1,
  "time": 7,
  "description": "The contents of (hl) are loaded into a.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}