Added disassembly of basic PDP-10 operations

This commit is contained in:
Jeff Parsons 2017-02-24 23:15:53 -08:00 • committed by Jeff Parsons
commit 3b27f45b76
7 changed files with 511 additions and 381 deletions

View file

@ -706,8 +706,8 @@ class BusPDP10 extends Component {
if (!this.nDisableFaults) {
if (DEBUGGER && this.dbg && this.dbg.messageEnabled(MessagesPDP10.FAULT)) {
this.dbg.printMessage("memory fault on " + this.dbg.toStrBase(addr), true, true);
this.dbg.stopCPU();
}
this.cpu.stopCPU();
}
}