Assorted improvements to new opcode decoders

This commit is contained in:
Jeff 2016-09-24 15:12:02 -07:00 committed by Jeff Parsons
commit f82d6f1bfa
13 changed files with 861 additions and 610 deletions

View file

@ -1088,7 +1088,7 @@ CPUPDP11.prototype.runCPU = function(fUpdateFocus)
}
catch(exception) {
if (typeof exception != "number") throw exception;
if (DEBUG) this.println("CPU exception " + str.toHexWord(exception));
if (DEBUG) this.println("CPU exception: " + str.toHexWord(exception));
}
/*