qa.hlp (Table of Contents; Topic list)
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
                                    -♦-