ld a,r

Register and Data manipulation // LD (LoaD)

0xED5F - u60767

Description

Stores the value of register i or r into a.

T States Bytes
9 2

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V exceptional
N reset
C unaffected

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "exceptional",
    "N": "reset",
    "C": "unaffected"
  },
  "operation": "ld a,r",
  "opcode": "ld",
  "operand": [
    "a",
    "r"
  ],
  "code": "ED5F",
  "bytes": 2,
  "time": 9,
  "description": "Stores the value of register i or r into a.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}