x86 Assembly Language Reference Manual

Clear Carry Flag (clc)

clc

Operation

0 -> CF

Description

Sets the carry flag to zero; affects no other flags.

Example

Clear the carry flag:

clc