<<< INC and DEC Example | Index | Overflow Flag Examples >>> |
The following instructions allow direct carry flag manipulation:
CLC clears Carry Flag, CF = 0
STC sets Carry Flag, CF = 1
CMC complements Carry Flag, CF = NOT( CF ).
<<< INC and DEC Example | Index | Overflow Flag Examples >>> |