Search and replace 430 to PDP11 in tpdp11*
authorNick Downing <nick@ndcode.org>
Fri, 27 May 2022 01:37:30 +0000 (11:37 +1000)
committerNick Downing <nick@ndcode.org>
Fri, 27 May 2022 01:37:30 +0000 (11:37 +1000)
aspdp11/tpdp11.asm
aspdp11/tpdp11.bat
aspdp11/tpdp11chk.asm
aspdp11/tpdp11chk.bat

index b96f787..171a622 100644 (file)
@@ -1,8 +1,8 @@
-       .title  AS430 Assembler Checks\r
+       .title  ASPDP11 Assembler Checks\r
 \r
        ; Assembler this file:\r
        ;\r
-       ;       as430 -gloaxff t430\r
+       ;       aspdp11 -gloaxff tpdp11\r
        ;\r
        ;\r
        ; A Destination Mode of #N is considered\r
@@ -10,7 +10,7 @@
        ; defaults to an absolute address of N.\r
        ;\r
 \r
-       .area   AS430   (ABS,OVR)\r
+       .area   ASPDP11 (ABS,OVR)\r
        .org    0x0000\r
 \r
 \r
index ff6f4e5..d82a54a 100644 (file)
@@ -1,5 +1,5 @@
-as430 -gloaxff t430\r
-asxscn t430.lst\r
-aslink -nxu t430\r
-asxscn -i t430.rst\r
+aspdp11 -gloaxff tpdp11\r
+asxscn tpdp11.lst\r
+aslink -nxu tpdp11\r
+asxscn -i tpdp11.rst\r
 \r
index 075897f..d0c2f06 100644 (file)
@@ -1,4 +1,4 @@
-       .title  AS430 Checks\r
+       .title  ASPDP11 Checks\r
 \r
        ;\r
        ; In area relative addressing\r
index 86303ff..2ba47a8 100644 (file)
@@ -1,5 +1,5 @@
-as430 -gloaxff t430chk\r
-asxscn t430chk.lst\r
-aslink -nxu t430chk\r
-rem asxscn -i t430chk.rst\r
+aspdp11 -gloaxff tpdp11chk\r
+asxscn tpdp11chk.lst\r
+aslink -nxu tpdp11chk\r
+rem asxscn -i tpdp11chk.rst\r
 \r