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.
INCLUDE
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  INCLUDE filespec
 
  Inserts source code from the include file filespec into the current
  source file during assembly. Nested INCLUDE directives are allowed.
 
  filespec    Must specify an existing file containing valid
              assembly-language statements. Can be a filename or a
              complete or relative file specification including drive or
              directory name.
                                    -♦-