ld a,(bc)

Register and Data manipulation // LD (LoaD)

0x0A - u10

Description

Loads the value pointed to by bc into a.

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 a,(bc)",
  "opcode": "ld",
  "operand": [
    "a",
    "(bc)"
  ],
  "code": "0A",
  "bytes": 1,
  "time": 7,
  "description": "Loads the value pointed to by bc into a.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}