Assembly Language Help (alang.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
 Encodings Timings                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     See also: Flags Summary
 
     In the summary screens, symbols are used to indicate
     flags. The first row of the display has a one-character
     abbreviation for the flag name. Only flags common to all
     processors are shown.
 
     O  Overflow         T  Trap        A  Auxiliary Carry
     D  Direction        S  Sign        P  Parity
     I  Interrupt        Z  Zero        C  Carry
 
     The second line has codes indicating how the flag can be affected.
 
     Code      Effect
 
     1         Sets flag unconditionally
     0         Clears flag unconditionally
     ?         Randomly sets or clears flag
     blank     No effect on flag
     ±         Affects flag according to result of instruction
                                    -♦-