#include

Tells the preprocessor to take input from the specified file.

  #include filename 
  
Parameter

filename

Name of an input file.

Remarks

When the preprocessor reaches the end of the specified file, it takes input from the assembly statement line that follows the #include directive. The specified file itself can contain an #include directive that specifies yet another input file.