Cleaned up expression evaluation for improved compatibility with MACRO-10

This commit is contained in:
Jeff 2017-03-12 11:44:38 -07:00 committed by Jeff Parsons
commit 05e09699dd
13 changed files with 1187 additions and 1069 deletions

View file

@ -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 = [];