CMC
COMPLEMENT CARRY FLAG
CMC
Operation: | Flags Affected: |
if (CF) = 0 then (CF) ~ 1 else (CF) - 0 | CF |
Description:
CMC (Complement Carry flag) "toggles" CF to its opposite state and affects no other flags.
Encoding:
1111101011
CMC Operands Clocks Transfers Bytes CMC Coding Example
(no operands) | 2 | - | 1 CMC |