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