More MACRO-10 support

This commit is contained in:
Jeff 2017-03-11 23:30:06 -08:00 committed by Jeff Parsons
commit e2e018af67
8 changed files with 706 additions and 205 deletions

View file

@ -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