clc - clear carry flag

CF = 1

The clc instruction sets the carry flag (CF) to 0.

        clc             ; set CF to 0

flags: CF