Use this panel to control how the disassembler generates the output file.
The following table lists and describes the output options for RS08 disassembler.
| Option | Description |
|---|---|
| Print full listing | Prints a listing with the header information of the object file. |
| Write disassembly listing with source code | Check to enable the decoder write the source code within the disassembly listing, when decoding Freescale object files. ELF object files are not affected by this option. This option setting is default for the Freescale object files as input. |
| Decode DWARF section | Check to write the DWARF section information in the listing file. Decoding from the DWARF section inserts this information in the listing file. |
| Configure which parts of DWARF in formation to decode | Check to configure which parts of DWARF information to decode. |
| Decode ELF sections | Check to ensure that the ELF section information is also written to the listing file. Decoding from the ELF section inserts information in the listing file. |
| Dump ELF sections | Check to generate a HEX dump of all ELF sections. Decode ELF sections and Dump ELF sections both refer to the same decoder option (-E). |
| Dump ELF sections in LST file | Check to generate a HEX dump of all ELF sections in a LST file. The related command -E produces the same information, but in a more readable form. |
| Produce inline assembly file | Check to ensure that the output listing is an inline assembly file without additional information, but in C comments. Only for Freescale object files. |
| No symbols in disassembled listing | Check to prevent symbols from printing in the disassembled listing. |
| Shows the cycle count for each instruction | Check to ensure that each instruction line contains the cycle count in '[',']' braces. The cycle count is written before the mnemonics of the instruction. Note that the cycle count display is not supported for all architectures. |
| Write disassembly listing only | Check to ensure that the Decoder writes the pure dissasembly only within the listing, without any source or comments. For Freescale object files only. |
| Write disassembly listing with source and all comments | Check to ensure the Decoder also includes the original source and comments in the disassembly listing. For Freescale objects only.. |