Syntax

INCLUDE "filename"
INCLUDE <filename>

Description

The INCLUDE directive inserts the contents of the source file filename into the assembly. If filename is enclosed in quotation marks, the user include directories are searched; if filename is enclosed in triangular brackets, the system include directories are searched.