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();
Returns
Remarks
16 or 21 T-states.
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();
16 or 21 T-states.