z80:Opcodes:CCF

From Learn @ Cemetech
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