z80:Opcodes:INIR

From Learn @ Cemetech
Revision as of 22:16, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Reads from the (C) port, then writes to (HL). HL is incremented and B is decremented. Repeats until B = 0.

Syntax

   INIR

Effects

Z is set, C is reset, N is reset, S, H, and P/V are undefined.

Uses

T-States

B = 0 B != 0
16 21

See Also

IN,IND,INDR,INI,OUT,OUTD,OTDR,OUTI,OTIR