ld h,*

Register and Data manipulation // LD (LoaD)

0x26 - u38

Description

Loads * into h.

T States Bytes
7 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld h,*",
  "opcode": "ld",
  "operand": [
    "h",
    "*"
  ],
  "code": "26",
  "bytes": 2,
  "time": 7,
  "description": "Loads * into h.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}