User`s guide
Debugging for DSP56800E
Command-Line Debugging
242
Targeting MC56F83xx/DSP5685x Controllers
disassemble
Use the disassemble debugging command to disassemble the instructions in the
specified memory block.
Prototype
di[sassemble] addr_block
addr_block ::= address_first..address_last |
address#count
count ::= a value indicating the number of memory locations
Examples
Table 8.14
shows examples of the disassemble command.
Table 8.13 Debugging Command Examples: dir
Example Description
dir This example lists all files in the current
directory.
dir *.txt This example lists all files in the current directory
that have a file extension of .txt.
dir c:/tmp This example lists all files in the tmp directory of
the C: drive.
dir /ad This example lists only the subdirectories in the
current directory.
ls /usr This example lists the contents of the
subdirectory called usr.
Table 8.14 Debugging Command Examples: disassemble
Example Description
disassemble Disassembles instructions from PC (if changed)/
last address.