beautypg.com

Zilog Z8F0130 User Manual

Page 507

background image

UM013037-1212

Assembler Command Line Options

Zilog Developer Studio II – Z8 Encore!

User Manual

483

-genobj

Generates an object file with the .obj extension. This is the default setting.

-help

Displays the assembler help screen.

-igcase

Suppresses case sensitivity of user-defined symbols. When this option is used,
the assembler converts all symbols to uppercase. The default setting is -
noigcase

.

-include:

path

Allows the insertion of source code from another file into the current source file
during assembly.

-list

Generates an output listing with the .lst extension. This is the default setting.

-listmac

Expands macros in the output listing. This is the default setting.

-listoff

Does not generate any output in list file until a directive in assembly file sets the
listing as on.

-metrics

Keeps track of how often an instruction is used. This is a static rather than a
dynamic measure of instruction frequency.

-name

Displays the name of the source file being assembled.

-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. This is the default.

-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.

Table 57. Assembler Command Line Options (Continued)

Option Name

Description