z80:Opcodes:CCF

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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