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.
Index: A
   Help on Help  Contents  Index  DOS/BIOS Index  C Index
──────────────────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJ-KLMN-OP-QRSTUV-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  & (ampersand)      Replaces following parameter with actual value
  <> (anglebrackets) Treats enclosed as literal element
  * (asterisk)       Returns product of two expressions
  @@ (at signs)      Generates automatic code label
  .ALPHA             Orders segments alphabetically
  AAA                Adjust after addition
  AAD                Adjust before division
  AAM                Adjust after multiply
  AAS                Adjust after subtraction
  ADC                Add with carry
  ADD                Add
  ALIGN              Aligns next variable on specified byte
  AND                Returns result of bitwise Boolean AND
  AND                Logical AND instruction
  ASSUME             Assigns default segment or group addresses
                                    -♦-