You are here : assembly8086CMC

CMC - 8086

Complement Carry flag. Inverts value of CF.

Algorithm : 

if CF = 1 then CF = 0
if CF = 0 then CF = 1


Syntax

CMC


Example

CMC	;Compliments Carry Flag


Output / Return Value


Limitations


Alternatives / See Also

8086 CLC (Clear Carry Flag) - https://wikidev.in/wiki/assembly/8086/CLC


Reference