qa.hlp (Table of Contents; Topic list)
Flag-Setting Instructions
   Instruction Summary  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
Mnemonic      Name
CLC           Clear Carry Flag
CLD           Clear Direction Flag
CLI           Clear Interrupt Flag (disable maskable interrupts)
CMC           Complement Carry Flag
STC           Set Carry Flag
STD           Set Direction Flag
STI           Set Interrupt Flag (recognize interrupts again)
POPF          Pop Flags (pop value at top of stack into flags register)
PUSHF         Push Flags (push value of entire flags register onto stack)
LAHF          Load Flags into AH Register
SAHF          Store AH into Flags (does not include all flags)
                                    -♦-