Skip to content

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

View source

Returns

Opcode

Remarks

16 or 21 T-states.