Specifications

Table Of Contents
ARM Debugger 96 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
SYStem.Option DisMode Define disassembler mode
Default: AUTO.
This command specifies the selected disassembler.
Format: SYStem.Option DisMode <option>
<option>: AUTO
ACCESS
ARM
THUMB
THUMBEE
AUTO The information provided by the compiler output file is used for the
disassembler selection. If no information is available it has the same behavior
as the option ACCESS.
ACCESS The selected disassembler depends on the T bit in the CPSR or on the selected
access class. (e.g. Data.List SR:0 for ARM mode or Data.List ST:0 for
THUMB mode).
ARM Only the ARM disassembler is used (highest priority).
THUMB Only the THUMB disassembler is used (highest priority).
THUMBEE Only the THUMB disassembler is used which supports the Thumb-2 Execution
Environment extension (highest priority).