z80:Opcodes:LDI

From Learn @ Cemetech
Jump to navigationJump to search

Performs a "LD (DE),(HL)", then increments DE and HL, and decrements BC.

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

LD,LDD,LDDR,LDIR