Difference between revisions of "Z80:Opcodes:INIR"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 22:16, 5 February 2016

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