Command:
CMC - Change Carry Flag
Arguments:
none
Usage:
CMC
Effects:
CMC changes the value of the carry flag: if it was 0, it sets it to 1, and vice versa.
Flags to be set:
CF=0 if CF=1; CF=1 if CF=0