Opcode |
Instruction |
Description |
---|---|---|
F5 |
CMC |
Complement CF flag |
Complements the CF flag in the EFLAGS register.
CF NOT CF;
The CF flag contains the complement of its original value. The OF, ZF, SF, AF, and PF flags are unaffected.
None.
For details, see Volume 2A and Volume 2B of the Intel(R) 64 and IA-32 Intel Architecture Software Developer's Manual. For the latest updates on the instruction set information, go to the web site.