as: Include

1 
1 7.44 '.include "FILE"'
1 ======================
1 
1 This directive provides a way to include supporting files at specified
1 points in your source program.  The code from FILE is assembled as if it
1 followed the point of the '.include'; when the end of the included file
1 is reached, assembly of the original file continues.  You can control
11 the search paths used with the '-I' command-line option (⇒
 Command-Line Options Invoking.).  Quotation marks are required around
1 FILE.
1