![Epson S1C88 Series Manual Download Page 41](http://html.mh-extra.com/html/epson/s1c88-series/s1c88-series_manual_106917041.webp)
CHAPTER 3 WORK BENCH
S5U1C88000C MANUAL II
EPSON
29
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
3.9.3 Linker Options
This screen can be used to select the following options:
Memory Model
"-M{s | c | d | l}" option of c88/as88
Select a memory model from Small, Compact code, Compact data, or Large. This setting is used
during compiling and assembly.
Case Insensitive
"-c" option of as88 and "-C" option of lk88
If this option is selected, the assembler and linker do not distinguish between uppercase and lower-
case characters when assembling and linking.
Search for System Libraries
"-L" option of lk88
If this option is selected, the linker searches for system libraries. If this option is unchecked, the linker
does not search for system libraries.
If [Additional Search Path] is left blank after selecting this option, only the directory specified in the
environment variable C88LIB is searched. To search other directories, enter the appropriate path in
[Additional Search Path] or select a directory from the list displayed by clicking the [Reference]
button.
Warning Level
"-w
n" option of lk88
Specify the level to which to suppress warning messages. Levels 0 to 9 can be selected from the pull-
down list. The default setting is 8. Warning messages whose levels are higher than the selected value
are not displayed.
Turn Off Overlaying
"-N" option of lk88
Selecting this option disables overlaying.
Generate Link Map
"-M" option of lk88
If this option is selected, the linker generates a link map file.
Generate Call Graph File
"-c" option of lk88
If this option is selected, the linker generates an independent call graph file.
Suppress Undefined Symbol Diagnostics
"-r" option of lk88
If this option is selected, the linker suppresses diagnosis of undefined symbols.
Print Name of Processing File (Verbose)
"-v" option of lk88
If this option is selected, the linker displays the currently processed file name when linking.