INCLUDE          Process code from external file                    Directive

INCLUDE "filename" ; Ideal mode
INCLUDE filename ; MASM mode

Causes the assembler to process source code from an external file.

INCLUDE directives can be nested to any depth.

Refer to the /i command line option.