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.