5.9.2 Include Directive

The .include "file" directive provides a way to include a supporting file named file at a specified point in your source code. The code is assembled with the file's content replacing the .include directive. When the end of the included file is reached, assembly of the original file continues at the statement following the .include.