ld h,(hl)

Register and Data manipulation // LD (LoaD)

0x66 - u102

Description

The contents of (hl) are loaded into h.

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