You are here : assembly8086CLC

CLC - 8086

Clears Carry Flag. Algorithm : CF = 0


Syntax

CLC


Example

CLC		;CF=0


Output / Return Value


Limitations


Alternatives / See Also

8086 CMC (Compliment Carry Flag) - https://wikidev.in/wiki/assembly/8086/CMC

8086 CLD (Clear Direction Flag) - https://wikidev.in/wiki/assembly/8086/CLD

8086 CLI (Clear Interrupt Flag) - https://wikidev.in/wiki/assembly/8086/CLI


Reference