z80:Opcodes:LDI
From Learn @ Cemetech
Revision as of 22:43, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Performs 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