CLC
CLEAR CARRY
CLC
Operation:
(CF) - 0
Flags Affected:
Description:
CLC (Clear Carry flag) zeroes the carry flag
(CF) and affects no other flags.
It
(and CMC
and STC)
is
useful in conjunction with the
RCL and RCR instructions.
Encoding:
1111110001
CF
CLC Operands
Clocks Transfers Bytes
(no operands)
2
-
1
2-62
CLC Coding Example
CLC