ld (hl),h

Register and Data manipulation // LD (LoaD)

0x74 - u116

Description

The contents of h are loaded into (hl).

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