Z80Assembly.LDD Method
Definition
LDD — Load and Decrement. Copies the byte at (HL) to (DE), then decrements HL, DE and BC.
public static Opcode LDD();
Returns
Remarks
16 T-states.
LDD — Load and Decrement. Copies the byte at (HL) to (DE), then decrements HL, DE and BC.
public static Opcode LDD();
16 T-states.