The APU Disassembler page allows you to configure options for manual disassembling of files in your project. This tool is not used in the build process.
The following table describes the options available on the APU Disassembler page.
| Option | Description |
|---|---|
| Command | Command that will be used by Vision Extension Package to run the
disassembler. Default: ${apu_objdump} |
| All options | Expanded command line options the disassembler will be called with. Shows actual values of variables and options according to Command line pattern. Options can be specified on the Settings page. Default: -triple=apex -disassemble |
| Command line pattern | Command line to call the disassembler. Default: ${COMMAND} ${FLAGS} ${INPUTS} |
The Settings page allows you to configure general properties of the listing generator tool used by virtual APU Disassembler tool to disassemble binary or implementation files.
| Option | Description |
|---|---|
| Disassemble assembler mnemonics (-disassemble) | Display the assembler mnemonics for the machine instructions from objfile. This option only disassembles those sections which are expected to contain instructions. By default, this check box is selected. |
| Display Debug Information (-g) | Display debugging information. This option allows to parse STABS and IEEE debugging format information stored in the file and print it out using a C like syntax. If neither of these formats are found this option falls back on the -W option to print any DWARF information in the file. By default, this check box is cleared. |
| Do not print the instruction bytes (-no-show-raw-insn) | When disassembling instructions, do not print the instruction bytes. This is the default when --prefix-addresses is used. By default, this check box is cleared. |
| Display Relocation Entries (-r) | Print the relocation entries of the file. If used with -d or -D, the relocations are printed interspersed with the disassembly. By default, this check box is cleared. |
| Display Full Section Content (-s) | Display the full contents of any sections requested. By default all non-empty
sections are displayed. By default, this check box is cleared. |
| Display summaries of the headers for each section (-section-headers) | Display summary information from the section headers of the object file. By default, this check box is cleared. |
| Display Symbol Table Content (-t) | Print the symbol table entries of the file. The format of the output depends upon the format of the file being dumped. By default, this check box is cleared. |
| Other options | Disassembler-specific options. Allows you to specify command line options supported not available on this page. By default, this field is empty. |