Zilog ZUSBOPTS User Manual
Page 381

UM017105-0511
Assembler Command Line Options
Zilog Developer Studio II – ZNEO™
User Manual
353
-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 set-
ting 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 list-
mac
.
-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 immedi-
ately follow the = (with no space between). The default is 56. For exam-
ple:
-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 out-
put. 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 23. Assembler Command Line Options (Continued)
Option Name
Description