z80:Opcodes:NOP

From Learn @ Cemetech
Revision as of 22:10, 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

NOP does nothing for 4 clock cycles.

Syntax

   nop

Effects

All flags preserved.

Uses

Useful for a short time waster (for example, it's common to put 8 clock cycles between output and input from the Key Port).

T-States

4 t-states

See Also

HALT