| |||
| Home > RealView Debugger Commands > Alphabetical command reference > MODE | |||
Switches the code window between disassembly and source view.
This command has no effect when running in command line mode.
MODE [{HIGHLEVEL | ASSEMBLY}]
where:
HIGHLEVELSet the code window to the source view.
ASSEMBLYSet the code window to the disassembly view.
The MODE command enables you to toggle between disassembly and source modes of the Code view, and along with this, the stepping mode of the GOSTEP command. Without an argument, the current mode is toggled. With an argument, the current view mode is set to the indicated mode.