Complement Carry flag. Inverts value of CF.Algorithm : if CF = 1 then CF = 0if CF = 0 then CF = 1
Complement Carry flag. Inverts value of CF.
Algorithm :
if CF = 1 then CF = 0if CF = 0 then CF = 1
CMC
CMC ;Compliments Carry Flag
8086 CLC (Clear Carry Flag) - https://wikidev.in/wiki/assembly/8086/CLC