To include another source file in an assembler source file, use the ‘include’ directive:
include file_name
The argument file_name specifies a (quoted) absolute or relative path to an included file. The base directory for the relative path is:
The directive must be on a line of its own after at least one whitespace character at a line beginning. The directive must not occur within a macro definition. The maximum nesting level of ‘include’ directives is 100.