ld b,(hl)

Register and Data manipulation // LD (LoaD)

0x46 - u70

Description

The contents of (hl) are loaded into b.

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