z80:Opcodes:CCF

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

Inverts the carry flag. Note: is not "clear carry flag".

Syntax

   ccf

Effects

Carry flag inverted. Also inverts H and clears N. Rest of the flags are preserved.

Uses

T-States

4 t-states

See Also

SCF