Added PDP-10 diagnostic #6 (MAINDEC-10-DAKAF)

This commit is contained in:
Jeff 2017-03-29 10:30:02 -07:00 committed by Jeff Parsons
commit c380e2cad2
6 changed files with 13530 additions and 1 deletions

View file

@ -2637,7 +2637,7 @@ class DebuggerPDP10 extends Debugger {
}
var sOptions = asArgs[0].substr(1);
var match = sOpcode.match(/^(['"]?)(.*\.mac|.*\.html)\1$/i);
var match = sOpcode.match(/^(['"]?)(.*\.mac|.*\.html|.*\.txt)\1$/i);
if (match) {
var dbg = this;
if (this.macro10) {