Skip to content

Z80Assembly.INIR Method

Definition

INIR — Input and Increment Repeated. Reads a byte from port (C) into (HL), then increments HL and decrements B, repeating until B is zero.

public static Opcode INIR();

View source

Returns

Opcode

Remarks

16 or 21 T-states.