z80:Opcodes:LDI
From Learn @ Cemetech
Jump to navigationJump to searchPerforms a "LD (DE),(HL)", then increments DE and HL, and decrements BC.
Contents
Syntax
LDI
Effects
P/V is reset in case of overflow (if BC=0 after calling LDI).
Uses
Copying data.
T-States
16 t-states
See Also