z80:Opcodes:OUTI

From Learn @ Cemetech
Revision as of 22:42, 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 (HL) and writes to the (C) port. HL is then incremented, and B is decremented.

Syntax

   OUTI

Effects

C is preserved, N is reset, H, S, and P/V are undefined. Z is set only if B becomes zero after decrement, otherwise it's reset.

Uses

T-States

16 t-states

See Also

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