Complete 8086 instruction set
[CMC]
CMC
No operands
Complement Carry flag. Inverts value of CF. Algorithm: if CF = 1 then CF = 0 if CF = 0 then CF = 1 Flags: C r