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