AngoLinux

80386 Programmer's Reference Manual -- Opcode CLC


CLC -- Clear Carry Flag

OpcodeInstructionClocks DescriptionExample
F8clc 2 Clear carry flagclc

Operation




CF := 0;

Description

CLC sets the carry flag to zero. It does not affect other flags or registers.

Flags Affected

CF := 0

Protected Mode Exceptions

None

Real Address Mode Exceptions

None

Virtual 8086 Mode Exceptions

None


[Home Page dell'ITIS "Fermi"] [80386 Programmer's Reference Manual Index] [Previous] [Next]