INCLUDE (MASM)

 

The latest version of this topic can be found at INCLUDE (MASM).

Inserts source code from the source file given by filename into the current source file during assembly.

Syntax

  
INCLUDE filename  

Remarks

The filename must be enclosed in angle brackets if it includes a backslash, semicolon, greater-than symbol, less-than symbol, single quotation mark, or double quotation mark.

See Also

Directives Reference