Outputfile>== change – Zilog EZ80F916 User Manual
Page 268

UM014423-0607
Using the Linker/Locator
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
248
•
•
•
•
•
•
“UNRESOLVED IS FATAL” on page 257
•
•
“WARNING IS FATAL” on page 258
•
NOTE: Only the <outputfile>=<module list> and the
FORMAT
commands are required. All
commands and operators are not case sensitive.
This command defines the executable file, object modules, and libraries involved in the
linking process. <module list> is a list of object module or library path names to be linked
together to create the output file. <output_file> is the base name of the output file gener-
ated. The extension of the output file name is determined by the FORMAT command.
Example
sample=c:\ZDSII_eZ80Acclaim!_4.10.0\lib\zilog\vectors24.obj, \
c:\ZDSII_eZ80Acclaim!_4.10.0\lib\zilog\init_params_f91.obj, \
c:\ZDSII_eZ80Acclaim!_4.10.0\lib\zilog\cstartup.obj, \
test.obj, \
c:\ZDSII_eZ80Acclaim!_4.10.0\lib\std\chelpD.lib, \
c:\ZDSII_eZ80Acclaim!_4.10.0\lib std\crtD.lib, \
c:\ZDSII_eZ80Acclaim!_4.10.0\lib\std\fpdumy.obj
This command links the five object modules and two library modules to generate the
linked output file, which will be called
sample.lod
if the IEEE 695 format has been
selected.
NOTE: In the preceding example, the
\
(backslash) at the end of every line except the last line
allows the <module list> to extend over several lines. The backslash to continue the
<module list> over multiple lines is not supported when this command is entered on the
DOS command line.
CHANGE
The
CHANGE
command is used to rename a group, address space, or segment. The
CHANGE
command can also be used to move an address space to another group or to move a seg-
ment to another address space.