More MACRO-10 support
This commit is contained in:
parent
b371f9d649
commit
e2e018af67
8 changed files with 706 additions and 205 deletions
|
|
@ -91,9 +91,11 @@ class DebuggerPDP10 extends Debugger {
|
|||
* Since this Debugger doesn't use replaceRegs(), we can use parentheses instead of braces.
|
||||
*/
|
||||
this.fInit = false;
|
||||
this.fParens = true;
|
||||
this.nBusWidth = 18; // default value, updated by initBus()
|
||||
|
||||
this.achGroup = ['<','>'];
|
||||
this.achAddress = [];
|
||||
|
||||
/*
|
||||
* Most commands that require an address call parseAddr(), and if a dbgAddr parameter is supplied
|
||||
* as as well (eg, dbgAddrCode, dbgAddrData), then that address will be used as the default.
|
||||
|
|
|
|||
Loading…
Reference in a new issue