Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
CLC/STC/CMC Instruction
 Detail Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Modify Carry Flag                     Flags: O D I T S Z A P C
                                                         ═════════════════
  Syntax:   CLC                                                          ±
            STC
            CMC
 
  Description:
 
     CLC clears the carry flag; STC sets it; and CMC complements
     (toggles) it.
                                    -♦-