Cleaned up expression evaluation for improved compatibility with MACRO-10
This commit is contained in:
parent
e2e018af67
commit
05e09699dd
13 changed files with 1187 additions and 1069 deletions
|
|
@ -93,6 +93,7 @@ class DebuggerPDP10 extends Debugger {
|
|||
this.fInit = false;
|
||||
this.nBusWidth = 18; // default value, updated by initBus()
|
||||
|
||||
this.nBits = 36; // default integer precision
|
||||
this.achGroup = ['<','>'];
|
||||
this.achAddress = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue