Include File Directive

To include the content of another file in the current file, use the .include directive (see Preprocessor Support) or use the #include directive of the standard C preprocessor.

To include the contents of another file in the current source file, use the .include directive in the following format:

.include "filename"

Where:

"filename"

Specifies a string constant. If the specified filename is an absolute pathname, the file is included. If the

specified filename is a relative pathname, the assembler performs a platform-dependent search to locate the include file.