User`s guide
Debugging for DSP56800E
Command-Line Debugging
235Targeting MC56F83xx/DSP5685x Controllers
cd
Use the cd debugging command to change to a different directory or display the
current directory.
When typing a directory name, you can press the Tab key to complete the name
automatically.
You can use an asterisk as a wild card when entering directory names.
Prototype
cd [path]
Examples
Table 8.6
shows examples of the cd command.
change
Use the change debugging command to change the contents of registers or memory
locations.
You can change the contents of:
Table 8.6 Debugging Command Examples: cd
Example Description
cd This example displays the current directory.
cd c:/ This example changes the directory to the root
directory of the C: drive.
cd d:/mw/0622/test This example changes the directory to the specified
directory on the D: drive.
cd c:/p*s This example uses a wild card character (*) to
change the current directory to a different directory
on the specified drive.
For example, if there is a directory named
Program_Files in the root directory of the C:
drive, this example changes the current directory to
that directory.