qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Key To Flags
   Key To Flags  Back  Contents  Index  Flags Summary
──────────────────────────────────────────────────────────────────────────────
 
  O  Overflow         T  Trap        A  Auxiliary Carry
  D  Direction        S  Sign        P  Parity
  I  Interrupt        Z  Zero        C  Carry
 
  1         Sets the flag unconditionally
  0         Clears the flag unconditionally
  ?         Randomly sets or clears the flag
  blank     No effect on the flag
  ±         Affects the flag according to result of instruction
                                    -♦-