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.
@WordSize
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  @WordSize
 
  Predefined text macro returning the size of a word. With Quick-
  Assembler, this number is always 2. When the program is assembled
  with the Microsoft Macro Assembler, then a value of 4 is possible. A
  value of 4 would indicate that the program is running in the 32-bit
  mode supported on 80386 processors.
                                    -♦-