Made the Debugger's assemble command more flexible (the target address is optional now; the Debugger will use whatever load and/or start addresses the file(s) specified instead)

This commit is contained in:
Jeff 2017-03-30 09:04:56 -07:00 committed by Jeff Parsons
commit ec642a8c5b
5 changed files with 294 additions and 279 deletions

View file

@ -1870,3 +1870,5 @@ PAGE
SR2 (242,-1,-1,-1,-5,-1,-1,-1,-2,ROTC,-2)
LAST1: ;JRST BEGEND
END START

View file

@ -7,7 +7,7 @@ machines:
type: pdp10
config: /devices/pdp10/machine/ka10/test/debugger/machine.xml
debugger: true
commands: a 30724 DAKAI.MAC
commands: a DAKAI.MAC
---
PDP-10 KA10 Basic Instruction Diagnostic #9
@ -32,7 +32,7 @@ The Debugger's assemble ("a") command can be used to test the new built-in
of the [MACRO-10](http://archive.pcjs.org/pubs/dec/pdp10/tops10/02_1973AsmRef_macro.pdf) assembly language.
This command:
a 30724 DAKAI.MAC
a DAKAI.MAC
will automatically read the [DAKAI.MAC](DAKAI.MAC.txt) source file (a slightly modified copy of [DAKAIM.MAC](DAKAIM.MAC.txt)),
assemble it, and then load the binary output at the specified address.