Difference between revisions of "Z80:Opcodes:LDI"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 22:43, 5 February 2016

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