Zilog EZ80F916 User Manual
Page 113

UM014423-0607
Using the Integrated Development Environment
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
93
Figure 62. Output Page of the Project Settings Dialog Box
Output File Name
You can change the name of your executable (including the full path name) in the Output
File Name field. After your program is linked, the appropriate extension is added.
Generate Map File
This check box determines whether the linker generates a link map file each time it is run.
The link map file is named with your project’s name with the
.map
extension and is
placed in the same directory as the executable output file. See “MAP” on page 253 and
“How much memory is my program using?” on page 286. Inside the map file, symbols are
listed in the order specified by the Sort Symbols By area (see “Sort Symbols By” on
page 94).
NOTE: The link map is an important place to look for memory restriction or layout
problems.