Zilog EZ80F916 User Manual
Page 406

UM014423-0607
Running ZDS II from the Command Line
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
386
Table 16. Linker Command Line Options
Option Name
Description
copy
segment = space
Makes a copy of a segment into a specified address space.
-debug
Turns on debug information generation.
define
symbol = expr
Defines a symbol and sets it to the constant value. For
example:
-define:DEBUG=0
This option is equivalent to the C #define statement. The
alternate syntax,
-define:
myvar, is the same as
-define:
myvar
=1
.
-format:[intel32|omf695]
Sets the format of the hex file output of the linker to
intel32
(Intel Hex records) or
omf695
(IEEE695 format).
-igcase
Suppresses case sensitivity of user-defined symbols. When
this option is used, the linker converts all symbols to
uppercase. This is the default setting.
locate
segment at expr
Specifies the address where a group, address space, or
segment is to be located.
-nodebug
Turns off debug information generation.
-noigcase
Enables case sensitivity of user-defined symbols. The default
setting is
igcase
.
order
segment_list or space_list
Establishes a linking sequence and sets up a dynamic range
for contiguously mapped address spaces.
range
space = address_range
Sets the lower and upper bounds of a group, address space, or
segment.
sequence
segment_list or space_list
Allocates a group, address space, or segment in the order
specified.