1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-25 11:47:10 +00:00

Add ◊nB and ^N commands to DDT guide.

This commit is contained in:
Lars Brinkhoff
2018-10-02 08:46:38 +02:00
parent 00d81bf4fc
commit bd5f99ffcb

View File

@@ -15,6 +15,7 @@ Notes where exec DDT differs from timesharing DDT.
| ◊0G | Set PC to starting address | N/A
| *n*◊B | Set breakpoint at *n*
| ◊B | Remove breakpoint at current location | Remove all breakpoints
| ◊*n*B | Address to breakpoint *n* information | Also removes breapoint *n*
| .◊B | Set breakpoint at current location
| . | Current location
| ◊. | Current value of PC
@@ -29,5 +30,5 @@ Notes where exec DDT differs from timesharing DDT.
| ' | Print ◊Q as six SIXBIT characters
| " | Print ◊Q as five ASCII characters
| # | Print ◊Q as one ASCII character | N/A
| <kbd>^N</kbd> | Single step | N/A
| <kbd>^N</kbd> | Single step | KS10 only
| ◊<kbd>^N</kbd> | Stop at next instruction (skip over calls) | N/A