Zilog EZ80F916 User Manual
Page 402

UM014423-0607
Running ZDS II from the Command Line
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
382
-nodebug
Does not create a debug information file for the symbolic debugger. This is the default
setting.
-nogenobj
Does not generate an object file with the
.obj
extension. The default setting is
genobj
.
-noigcase
Enables case sensitivity of user-defined symbols. The default setting is
igcase
.
-nolist
Does not create a list file. The default setting is
list
.
-nolistmac
Does not expand macros in the output listing. The default setting is
listmac
.
-noquiet
Displays title and other information. This is the default.
-nosdiopt
Does not perform span-dependent optimizations. All size optimizable instructions use
the largest instruction size. The default is
sdiopt
.
-nowarns
Suppresses the generation of warning messages to the screen and listing file. A warning
count is still maintained. The default is to generate warning messages.
-pagelength:
n
Sets the new page length for the list file. The page length must immediately follow the
=
(with no space between). The default is
56
. For example:
-pagelength=60
-pagewidth:
n
Sets the new page width for the list file. The page width must immediately follow the =
(with no space between). The default and minimum page width is 80. The maximum
page width is
132
. For example:
-pagewidth=132
-quiet
Suppresses title information that is normally displayed to the screen. Errors and
warnings are still displayed. The default setting is to display title information.
-relist:
mapfile
Generates an absolute listing by making use of information contained in a linker map
file. This results in a listing that matches linker-generated output. mapfile is the name of
the map file created by the linker. For example:
-relist:product.map
-sdiopt
Performs span-dependent optimizations. The smallest instruction size allowed is
selected for all size optimizable instructions. This is the default setting.
-trace
Debug information for internal use.
-version
Prints the version number of the assembler.
-warns
Toggles display warnings.
Table 13. Assembler Command Line Options (Continued)
Option Name
Description