z80:Opcodes:LDD

From Learn @ Cemetech
Revision as of 22:05, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Does a sort of "LD (DE),(HL)", then decrements DE, HL, and BC.

Syntax

   LDD

Effects

P/V is reset in case of overflow (if BC=0 after calling LDD).

Uses

Used when you want to copy over the data pointed to by HL to the location pointed to by DE.

T-States

16 t-states

See Also

LD,LDDR,LDI,LDIR