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: M
   Help on Help  Contents  Index  DOS/BIOS Index  C Index
──────────────────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJ-KL│M│N-OP-QRSTUV-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  - (minus, binary)  Returns difference of two expressions
  - (minus, unary)   Reverses sign
  @Model             Equates to number indicating memory model
  .MODEL             Initializes program memory model
  MACRO              Marks beginning of macro block
  MASK               Returns bit mask
  MOD                Returns remainder
  MOV                Move data
  MOVS               Move string data
  MOVSB              Move string data
  MOVSW              Move string data
  MUL                Unsigned multiply
                                    -♦-