User`s guide

Debugging for DSP56800E
Command-Line Debugging
263Targeting MC56F83xx/DSP5685x Controllers
system del *.tmp
view
Use the view debugging command to change the view mode. You can toggle the view
mode between assembly mode and register mode.
Prototype
v[iew] [a | r]
Examples
Table 8.30
shows examples of the view command.
wait
Use the wait debugging command to cause the debugger to wait for the specified
amount of time.
Prototype
w[ait] [milliseconds]
Examples
Table 8.31
shows examples of the wait command:
Table 8.30 Debugging Command Examples: view
Example Description
view Toggle the view mode.
view a Set the view mode to assembly mode.
view r Set the view mode to register mode.
view a $100 Display the assembly that begins at
hexadecimal address 100.