3.5.2 -I
dir
Use this option to add dir
to the list
of directories that the assembler searches for files specified in
.include directives. You may use -I
as many times
as necessary to include a variety of paths. The current working directory is always
searched first; after that, the assembler searches any -I
directories in
the same order as they were specified (left to right) on the command line.