ld hl,(**)

Register and Data manipulation // LD (LoaD)

0xED6B - u60779

Description

Loads the value pointed to by ** into hl.

T States Bytes
20 4

Condition Bits Affected

None.

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