ld h,l

Register and Data manipulation // LD (LoaD)

0x65 - u101

Description

The contents of l are loaded into h.

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