ldi

Block Copy // LDI (LoaD and Increment)

0xEDA0 - u60832

Description

Transfers a byte of data from the memory location pointed to by hl to the memory location pointed to by de. Then hl and de are incremented and bc is decremented.

T States Bytes
16 2

Condition Bits Affected

S unaffected
Z unaffected
H reset
P/V exceptional
N reset
C unaffected

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "reset",
    "P/V": "exceptional",
    "N": "reset",
    "C": "unaffected"
  },
  "operation": "ldi",
  "opcode": "ldi",
  "operand": [],
  "code": "EDA0",
  "bytes": 2,
  "time": 16,
  "description": "Transfers a byte of data from the memory location pointed to by hl to the memory location pointed to by de. Then hl and de are incremented and bc is decremented.",
  "category": "Block Copy",
  "subCategory": "LDI (LoaD and Increment)"
}