Everything

 

-include


This option specifies the folder to search include files.

[Specification format]

-include=path[,path]...

 

-

Interpretation when omitted

None

[Detailed description]

-

This option specifies path as the folder where the include file is searched for when the include file name is specified without a path or as a relative path in the $INCLUDE or $BINCLUDE control instruction.
Include files are searched according to the following sequence.

<1>

Path specified by this option

<2>

Folder that contains the source file where the $INCLUDE or $BINCLUDE control instruction is specified.

<3>

Current folder (asrl startup folder)

 

-

An error will occur if path is omitted.

[Example of use]

-

To search include files from folder "D:\include", "D:\src", and the current folder in that order, describe as:

>asrl -include=D:\include -dev=dr5f100pj.dvf D:\src\main.asm