ld a,(**)

Register and Data manipulation // LD (LoaD)

0x3A - u58

Description

Loads the value pointed to by ** into a.

T States Bytes
13 3

Condition Bits Affected

None.

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