ld a,i

Register and Data manipulation // LD (LoaD)

0xED57 - u60759

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,i",
  "opcode": "ld",
  "operand": [
    "a",
    "i"
  ],
  "code": "ED57",
  "bytes": 2,
  "time": 9,
  "description": "Stores the value of register i or r into a.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}