|
Complement Carry Flag
CMC reverses the current state of the Carry Flag. ------------------------------------ Timing ---------------------------------- OpCode Instruction 386 286 86 F5 CMC 2 2 2 ------------------------------------ Logic ----------------------------------- CF = -CF See Also STC CLC STD CLD STI CLI Flags |
|