On-line Debugging Tool: Difference between revisions

Content deleted Content added
Commands: Added more commands
Commands: Reformat to table
Line 15:
Console ODT commands are as follows:
 
{| class="wikitable"
<CR> Close currently open ___location or register
|-
<LF> Close currently open ___location or register and open next
! Command
P Proceed, execute next instruction with no imlied reset
! Effect
If the halt switch is down this is allows for single steppinng
|-
<addr>G Load PC with <addr>, reset and commence execution at address
Rn| / or $na/ Open register n
| Opens the current memory ___location or a if specified
RS/ or $S/ Open PSW
|-
| <CR>
<CR>| Close currently open ___location or register
|-
| <LF>
<LF>| Close currently open ___location or register and open next
|-
| P
P | Proceed, execute next instruction with no imlied reset If the halt switch is down this is allows for single steppinng
|-
| <addr>G
<addr>G| Load PC with <addr>, reset and commence execution at address
|-
| Rn/ or $n/
| Open register n
|-
| RS/ or $S/ Open PSW
| Open PSW
 
|}
 
If console ODT encounters a bus timeout it displays ?<CR><LF>
 
=== Example ===
@1000/ xxxxxx 112737<LF>