Summary of assembler options
This table summarizes the assembler options available from the command line:
Command line option | Description |
|---|---|
| Case-insensitive user symbols |
| Specifies the code model |
| Specifies which processor core extensions the code will be generated for |
| Defines preprocessor symbols |
| Generates debug information |
| Lists file dependencies |
| Treats these diagnostics as errors |
| Treats these diagnostics as remarks |
| Suppresses these diagnostics |
| Treats these diagnostics as warnings |
| Specifies the format for printed diagnostics |
| Lists all diagnostic messages |
| Allows directives in the first column |
| Lists in a structured format all output files |
| Specifies the allowed number of errors before the assembler stops |
| Extends the command line |
| Extends the command line, optionally with a dependency |
| Lists all referred source files |
| Adds a search path for a header file |
| Generates a list file |
| Macro quote characters |
| Obtains positions inside macros in diagnostic messages |
| Allows mnemonics in the first column |
| Omits the Byte Order Mark for UTF-8 output files |
| Disables output of call frame information |
| Disables normalization of paths in the symbols |
| Removes the path from the return value of the symbols |
| Disables the automatic search for system include files |
| Disables all warnings |
| Disables wrapping of diagnostic messages |
| Generates a warning when the path used for opening a source header file is not in the same case as the path in the file system |
Sets the object filename. Alias for | |
| Uses standard output only |
| Sets the object filename |
| Lists the predefined symbols |
| Includes an include file before reading the source file |
| Preprocessor output to file |
Generates debug information. Alias for | |
| Enables remarks |
| Sets silent operation |
| Specifies the encoding for source files |
| Specifies the path for system include files |
| Specifies the encoding for text output files |
| Use paths as written in debug information |
| Uses |
| Uses the UTF-8 encoding for text input files |
| Sends assembler output to the console and then exits. |
| Warnings affect exit code |
| Treats all warnings as errors |