z80:Opcodes:CCF
From Learn @ Cemetech
Revision as of 22:11, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Inverts the carry flag. Note: is not "clear carry flag".
Contents
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