Z80Assembly.INDR Method
Definition
INDR — Input and Decrement Repeated. Reads a byte from port (C) into (HL), then decrements HL and B, repeating until B is zero.
public static Opcode INDR();
Returns
Remarks
16 or 21 T-states.
INDR — Input and Decrement Repeated. Reads a byte from port (C) into (HL), then decrements HL and B, repeating until B is zero.
public static Opcode INDR();
16 or 21 T-states.