INCLUDE - Include text from another file

Syntax
  INCLUDE <file specification>
  
  
Synonym

None

Description

This directive causes the included file to be inserted in the source input stream. The <file specification> is not case-sensitive and must be enclosed in quotation marks.

The Assembler attempts to open <file specification> relative to the current working directory. If the file is not found there, then it is searched for relative to each path specified in the GENPATH: Search path for input file environment variable.

Example
  INCLUDE "..\LIBRARY\macros.inc"