Allow the PDP-11 debugger to use parentheses for sub-expressions

This commit is contained in:
Jeff 2016-09-29 09:38:17 -07:00 committed by Jeff Parsons
commit 98081c6a6d
6 changed files with 702 additions and 689 deletions

View file

@ -89,6 +89,11 @@ function DebuggerPDP11(parmsDbg)
Debugger.call(this, parmsDbg);
/*
* Since this Debugger doesn't use replaceRegs(), we can use parentheses instead of braces.
*/
this.fParens = true;
/*
* Most commands that require an address call parseAddr(), which defaults to dbgAddrNextCode
* or dbgAddrNextData when no address has been given. doDump() and doUnassemble(), in turn,