DSC Assembler > Input

Use this panel to specify additional files the DSC Assembler should use. You can specify multiple additional libraries and library search paths. Also, you can change the order in which the IDE uses or searches the libraries.

The following table lists and describes the compiler optimization options for DSC.

Table 1. Tool Settings - DSC Assembler > Input
Option Description
Prefix File Specify a prefix file that you want the compiler to include at the top of each file.
Always Search User Paths (-nosyspath) Performs a search of the user paths, treating #include statements of the form #include <xyz> the same as the form #include " xyz".
User Path (-i) Enables you to add new directories to the list of directories where the user files are searched.
User Recursive Path (-ir ) Enables you to add new directories to the list of directories recursively where the user files are searched.
System Path (-I- -I) Enables you to add new directories to the list of directories where the system files are searched.
System Recursive Path (-I- -ir) Enables you to add new directories to the list of directories recursively where the system files are searched.