User`s guide

Debugging for DSP56800E
Command-Line Debugging
232
Targeting MC56F83xx/DSP5685x Controllers
2. Press Enter or choose Edit > Copy.
Paste Text into the Command-Line Debugging
Window
To paste text from the clipboard into the window:
1. Place the mouse cursor on the command line.
2. Click the right mouse button or choose Edit > Paste.
Command-Line Debugging Commands
This section describes the command-line debugging commands.
NOTE
The default number base for entering commands and displaying
registers and memory is hexadecimal. You can change it with the
radix command, or you can override it when entering an individual
value. To specify a hexadecimal constant, precede the constant with a
dollar sign ($). To specify a decimal constant, precede the constant
with a grave accent (`). To specify a binary value, precede the
constant with a percent sign (%). To specify a fraction value, precede
the constant with a caret (^).
alias
Use the alias debugging command to:
Create a pseudonym for a debugging command
Remove a pseudonym for a debugging command
List all currently defined aliases
Prototype
al[ias] [alias_name] [alias_definition]