Allow the PDP-11 debugger to use parentheses for sub-expressions
This commit is contained in:
parent
44a2ec9f03
commit
98081c6a6d
6 changed files with 702 additions and 689 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue