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: D
   Help on Help  Contents  Index  DOS/BIOS Index  C Index
──────────────────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABC│D│EFGHIJ-KLMN-OP-QRSTUV-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  @data              Represents group name
  @DataSize          Represents value of data size
  .DATA              Marks start of near-data segment
  .DATA?             Marks start of near-data segment
  $ (dollarsign)     Current location indicator
  DAA                Decimal adjust after addition
  DAS                Decimal adjust after subtraction
  DB                 Allocates memory for each initializer
  DD                 Allocates memory for each initializer
  DEC                Decrement
  DIV                Unsigned divide
  DOSSEG             Orders segments according to DOS convention
  DQ                 Allocates memory for each initializer
  DT                 Allocates memory for each initializer
  DUP                Specifies number of declarations of argument
  DW                 Allocates memory for each initializer
                                    -♦-