More MACRO-10 support
This commit is contained in:
parent
b371f9d649
commit
e2e018af67
8 changed files with 706 additions and 205 deletions
|
|
@ -89,7 +89,9 @@ class DebuggerPDP11 extends Debugger {
|
|||
* Since this Debugger doesn't use replaceRegs(), we can use parentheses instead of braces.
|
||||
*/
|
||||
this.fInit = false;
|
||||
this.fParens = true;
|
||||
|
||||
this.achGroup = ['(',')'];
|
||||
this.achAddress = [];
|
||||
|
||||
/*
|
||||
* Most commands that require an address call parseAddr(), which defaults to dbgAddrNextCode
|
||||
|
|
|
|||
Loading…
Reference in a new issue