INCLUDE

Include secondary file.

INCLUDE string

Remarks

This directive is inserted into the source program at any point where a secondary file is to be included in the source input stream. The string specifies the filename of the secondary file. The filename must be compatible with the operating system and can include a directory specification. If no extension is given for the filename, a default extension of .asm is supplied.

The file is searched in all the search paths as shown in the Access Paths panel.

A label is not allowed with this directive.

Example

INCLUDE 'storage\mem.asm'