-
Notifications
You must be signed in to change notification settings - Fork 0
Tool Interactive User Interface
Gino Latino edited this page Jun 16, 2021
·
19 revisions
The tool starts with a simple interactive user interface, such is a kind of clone of the famous and old-style DOS Debug.
| Description | Long Command | Short Command | Guide Link |
|---|---|---|---|
| Control CPU Execution | run, stop, step | g: run (go), t: trace | Debug:-run,-stop,-step - Debug: trace |
| Core registers | n.a. | r | Debug: r |
| Reset (and Halt) | rst, rsthlt | N.A. | Debug: reset - Debug: reset and halt |
| Set IP breakpoint | bpt | N.A. | Debug: bpt |
| Dump memory | dump | d | Debug: dump |
| ASCII viewer | ascii | a | Debug: ascii |
| ASCII seek | seek | s | Debug: seek |
| Read 32 bit word | read | r32 | Debug: read |
| Read 8 bit byte | r8 | r8 | Debug: r8 |
| Write 32 bit word | write | w32 | Debug: write |
| Write 8 bit byte | w8 | w8 | Debug: w8 |
| Change JTAG frequency | frequ | n.a | Debug: frequ |
| Help | help | ? | |
| Exit | exit | q |
Note: the command list is growing and will have to be updated. In any case the tool display the available interactive command line with the help command '?', so always reference to it!
See: https://aurixocd.blogspot.com/2021/04/lets-build-our-own-on-chip-debugger_27.html