ld (hl),*

Register and Data manipulation // LD (LoaD)

0x36 - u54

Description

Loads * into (hl).

T States Bytes
10 2

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": "36",
  "bytes": 2,
  "time": 10,
  "description": "Loads * into (hl).",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}