Driver Options Specific to the Assembler

-asm=options

Passes the specified options to the assembler.

-list[=file] Enables source listing. This option may be used in two ways.

-list Listing is saved to a file with the same name as the

source file, but with a .lst extension.

-list=file Listing is saved to file of the specified name.

If no file is specified, the listing will be written to a file with the same name as the object file being created, but with a .lst extension. For example, foo.s becomes foo.lst.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.