Skip to content

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();

View source

Returns

Opcode

Remarks

16 T-states.