Updated the first PDP-10 reliability test (DAKBA)

This commit is contained in:
Jeff 2017-04-05 16:33:16 -07:00 committed by Jeff Parsons
commit 5f72f1627f
3 changed files with 4215 additions and 37 deletions

View file

@ -736,6 +736,7 @@ class Macro10 {
case Macro10.PSEUDO_OP.PAGE: // TODO
case Macro10.PSEUDO_OP.SUBTTL: // TODO
case Macro10.PSEUDO_OP.TITLE: // TODO
case Macro10.PSEUDO_OP.XALL: // TODO
case Macro10.PSEUDO_OP.XLIST: // TODO
break;
@ -2060,6 +2061,7 @@ Macro10.PSEUDO_OP = {
SUBTTL: "SUBTTL",
TITLE: "TITLE",
VAR: "VAR",
XALL: "XALL",
XWD: "XWD",
XLIST: "XLIST"
};