INCLUDE

Abbreviation

IC

Arguments

A filename enclosed in parentheses.

Default

None.

Description

The INCLUDE control directs the A51 assembler to include (immediately following the control line) the contents of the specified file. INCLUDE files may be nested up to 9 deep.

The INCLUDE control is generally used to include definition files for 8051 derivatives as well as to include declarations for external routines, variables, and macros. Files containing 8051 assembly language code may also be included.

NOTE

You may not specify this control on the command line; however, you may use this control any number of times within the source file.

Example
$INCLUDE (REG252.DCL)