Added some RK11 fixes for the 11/70 CPU EXERCISER, and some Debugger improvements for dumping address info ("da")
This commit is contained in:
parent
cb61219e22
commit
ba8771adf1
18 changed files with 847 additions and 793 deletions
|
|
@ -331,4 +331,4 @@ address. For example, to break on this instruction:
|
|||
17772256 062711 ADD #200,(R1) ; Step Page
|
||||
|
||||
use the command "bp 172256", because while the code *is* physically located at 17772256, it is being executed at
|
||||
virtual address 172256, and execution breakpoints operate on virtual addresses.
|
||||
virtual address 172256, and execution breakpoints operate on 16-bit virtual addresses.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<device id="default" type="default"/>
|
||||
<serial id="dl11" adapter="0" binding="print"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/debugger/front.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands="bp 33330"/>
|
||||
<debugger id="debugger" base="8" messages="rk11" commands='bp 33330 "bp 037772; bp 041734; bp 042164"'/>
|
||||
<device ref="/devices/pdp11/pc11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rk11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rl11/default.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue