up:
Chapter 17 -- 80386 Instruction Set
prev: CBW/CWDE Convert Byte to Word/Convert Word to Doubleword
next: CLD Clear Direction Flag
CLC -- Clear Carry Flag
Opcode Instruction Clocks Description
F8 CLC 2 Clear carry flag
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
up:
Chapter 17 -- 80386 Instruction Set
prev: CBW/CWDE Convert Byte to Word/Convert Word to Doubleword
next: CLD Clear Direction Flag