diff --git a/apps/pdp10/README.md b/apps/pdp10/README.md index 074a95d3b..d795d078a 100644 --- a/apps/pdp10/README.md +++ b/apps/pdp10/README.md @@ -9,5 +9,5 @@ PDP-10 Software PCjs provides the following PDP-10 software: +- [PDP-10 Diagnostics](diags/) - [PDP-10 Opcode Tests](tests/) -- [PDP-10 Tape Software](tapes/) diff --git a/apps/pdp10/diags/README.md b/apps/pdp10/diags/README.md new file mode 100644 index 000000000..efd98b3a4 --- /dev/null +++ b/apps/pdp10/diags/README.md @@ -0,0 +1,12 @@ +--- +layout: page +title: PDP-10 Diagnostics +permalink: /apps/pdp10/diags/ +--- + +PDP-10 Diagnostics +------------------ + +PCjs has archived the following PDP-10 diagnostics: + +- [KLAD Diagnostics](klad/) diff --git a/apps/pdp10/tapes/diags/klad/README.md b/apps/pdp10/diags/klad/README.md similarity index 69% rename from apps/pdp10/tapes/diags/klad/README.md rename to apps/pdp10/diags/klad/README.md index 2721039a6..44409ff9b 100644 --- a/apps/pdp10/tapes/diags/klad/README.md +++ b/apps/pdp10/diags/klad/README.md @@ -1,11 +1,11 @@ --- layout: page -title: PDP-10 KLAD Diagnostic Tapes -permalink: /apps/pdp10/tapes/diags/klad/ +title: PDP-10 KLAD Diagnostics +permalink: /apps/pdp10/diags/klad/ --- -PDP-10 KLAD Diagnostic Tapes ----------------------------- +PDP-10 KLAD Diagnostics +----------------------- PCjs has archived selected files from [PDP-10 KLAD Diagnostics Sources](http://pdp-10.trailing-edge.com/klad_sources/index.html), including: diff --git a/apps/pdp10/tapes/diags/klad/SMFILE.MAC b/apps/pdp10/diags/klad/SMFILE.MAC similarity index 100% rename from apps/pdp10/tapes/diags/klad/SMFILE.MAC rename to apps/pdp10/diags/klad/SMFILE.MAC diff --git a/apps/pdp10/tapes/diags/klad/dakaa/DAKAA.LST.txt b/apps/pdp10/diags/klad/dakaa/DAKAA.LST.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakaa/DAKAA.LST.txt rename to apps/pdp10/diags/klad/dakaa/DAKAA.LST.txt diff --git a/apps/pdp10/tapes/diags/klad/dakaa/DAKAA.MAC.txt b/apps/pdp10/diags/klad/dakaa/DAKAA.MAC.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakaa/DAKAA.MAC.txt rename to apps/pdp10/diags/klad/dakaa/DAKAA.MAC.txt diff --git a/apps/pdp10/tapes/diags/klad/dakaa/README.md b/apps/pdp10/diags/klad/dakaa/README.md similarity index 91% rename from apps/pdp10/tapes/diags/klad/dakaa/README.md rename to apps/pdp10/diags/klad/dakaa/README.md index 99435fbbc..adb5c420b 100644 --- a/apps/pdp10/tapes/diags/klad/dakaa/README.md +++ b/apps/pdp10/diags/klad/dakaa/README.md @@ -1,13 +1,13 @@ --- layout: page title: PDP-10 KA10 Basic Instruction Diagnostic #1 -permalink: /apps/pdp10/tapes/diags/klad/dakaa/ +permalink: /apps/pdp10/diags/klad/dakaa/ machines: - id: testka10 type: pdp10 config: /devices/pdp10/machine/ka10/test/debugger/machine.xml debugger: true - commands: a 30724 /apps/pdp10/tapes/diags/klad/dakaa/TEST.MAC + commands: a 30724 /apps/pdp10/diags/klad/dakaa/TEST.MAC --- PDP-10 KA10 Basic Instruction Diagnostic #1 @@ -21,9 +21,9 @@ Resources for this test include: - [Instructions](#dakaatxt) - [History](#dakaahst) -- [Source Code](#dakaamac) [[file](DAKAA.MAC.txt)] -- [MACRO-10 Listing](#dakaalst) [[file](DAKAA.LST.txt)] -- [Additional Information](#dakaaseq) +- [Source Code](#dakaamac) +- [MACRO-10 Listing](DAKAA.LST.txt) +- [Additional Information](http://archive.pcjs.org/apps/pdp10/diags/klad/dakaa/DAKAA.SEQ.txt) {% include machine.html id="testka10" %} @@ -32,7 +32,7 @@ The Debugger's assemble ("a") command can be used to test the new built-in of the [MACRO-10](http://archive.pcjs.org/pubs/dec/pdp10/tops10/02_1973AsmRef_macro.pdf) assembly language. This command: - a 30724 /apps/pdp10/tapes/diags/klad/dakaa/TEST.MAC + a 30724 /apps/pdp10/diags/klad/dakaa/TEST.MAC will automatically read the [TEST.MAC](TEST.MAC.txt) source file (a slightly modified copy of [DAKAA.MAC](DAKAA.MAC.txt)), assemble it, and then load the binary output at the specified address. @@ -276,19 +276,8 @@ ORIGINAL RELEASE: 16-MAR-72 DAKAA.MAC --------- +[[Download](DAKAA.MAC.txt)] + {% highlight text %} {% include_relative DAKAA.MAC.txt %} {% endhighlight %} - -DAKAA.LST ---------- - -{% highlight text %} -{% include_relative DAKAA.LST.txt %} -{% endhighlight %} - -DAKAA.SEQ ---------- - -To view the contents of **DAKAA.SEQ**, the source of all the above information, click -[here](http://archive.pcjs.org/apps/pdp10/tapes/diags/klad/dakaa/DAKAA.SEQ.txt). diff --git a/apps/pdp10/tapes/diags/klad/dakaa/TEST.MAC.txt b/apps/pdp10/diags/klad/dakaa/TEST.MAC.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakaa/TEST.MAC.txt rename to apps/pdp10/diags/klad/dakaa/TEST.MAC.txt diff --git a/apps/pdp10/tapes/diags/klad/dakad/DAKAD.LST.txt b/apps/pdp10/diags/klad/dakad/DAKAD.LST.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakad/DAKAD.LST.txt rename to apps/pdp10/diags/klad/dakad/DAKAD.LST.txt diff --git a/apps/pdp10/tapes/diags/klad/dakad/DAKAD.MAC.txt b/apps/pdp10/diags/klad/dakad/DAKAD.MAC.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakad/DAKAD.MAC.txt rename to apps/pdp10/diags/klad/dakad/DAKAD.MAC.txt diff --git a/apps/pdp10/tapes/diags/klad/dakad/README.md b/apps/pdp10/diags/klad/dakad/README.md similarity index 90% rename from apps/pdp10/tapes/diags/klad/dakad/README.md rename to apps/pdp10/diags/klad/dakad/README.md index d36951188..45d0463eb 100644 --- a/apps/pdp10/tapes/diags/klad/dakad/README.md +++ b/apps/pdp10/diags/klad/dakad/README.md @@ -1,13 +1,13 @@ --- layout: page title: PDP-10 KA10 Basic Instruction Diagnostic #4 -permalink: /apps/pdp10/tapes/diags/klad/dakad/ +permalink: /apps/pdp10/diags/klad/dakad/ machines: - id: testka10 type: pdp10 config: /devices/pdp10/machine/ka10/test/debugger/machine.xml debugger: true - commands: a 30724 /apps/pdp10/tapes/diags/klad/dakad/TEST.MAC + commands: a 30724 /apps/pdp10/diags/klad/dakad/TEST.MAC --- PDP-10 KA10 Basic Instruction Diagnostic #4 @@ -21,9 +21,9 @@ Resources for this test include: - [Instructions](#dakadtxt) - [History](#dakadhst) -- [Source Code](#dakadmac) [[file](DAKAD.MAC.txt)] -- [MACRO-10 Listing](#dakadlst) [[file](DAKAD.LST.txt)] -- [Additional Information](#dakadseq) +- [Source Code](#dakadmac) +- [MACRO-10 Listing](DAKAD.LST.txt) +- [Additional Information](http://archive.pcjs.org/apps/pdp10/diags/klad/dakad/DAKAD.SEQ.txt) {% include machine.html id="testka10" %} @@ -32,7 +32,7 @@ The Debugger's assemble ("a") command can be used to test the new built-in of the [MACRO-10](http://archive.pcjs.org/pubs/dec/pdp10/tops10/02_1973AsmRef_macro.pdf) assembly language. This command: - a 30724 /apps/pdp10/tapes/diags/klad/dakad/TEST.MAC + a 30724 /apps/pdp10/diags/klad/dakad/TEST.MAC will automatically read the [TEST.MAC](TEST.MAC.txt) source file (a slightly modified copy of [DAKAD.MAC](DAKAD.MAC.txt)), assemble it, and then load the binary output at the specified address. Use the command `db 30724` to dump the first few words @@ -254,7 +254,7 @@ DAKAD.HST ``` THIS IS A HISTORY OF THE DEVELOPMENT OF MAINDEC-10-DAKAD - SEQ 0006 + ************************************************************************ PRODUCT CODE: MAINDEC-10-DAKAD @@ -280,25 +280,13 @@ ORIGINAL AUTHOR: RICHARD MALISKA ORIGINAL RELEASE: 16-MAR-72 ************************************************************************ - ``` DAKAD.MAC --------- +[[Download](DAKAD.MAC.txt)] + {% highlight text %} {% include_relative DAKAD.MAC.txt %} {% endhighlight %} - -DAKAD.LST ---------- - -{% highlight text %} -{% include_relative DAKAD.LST.txt %} -{% endhighlight %} - -DAKAD.SEQ ---------- - -To view the contents of **DAKAD.SEQ**, the source of all the above information, click -[here](http://archive.pcjs.org/apps/pdp10/tapes/diags/klad/dakad/DAKAD.SEQ.txt). diff --git a/apps/pdp10/tapes/diags/klad/dakad/TEST.MAC.txt b/apps/pdp10/diags/klad/dakad/TEST.MAC.txt similarity index 100% rename from apps/pdp10/tapes/diags/klad/dakad/TEST.MAC.txt rename to apps/pdp10/diags/klad/dakad/TEST.MAC.txt diff --git a/apps/pdp10/tapes/README.md b/apps/pdp10/tapes/README.md index 02d11d6ff..d09b44286 100644 --- a/apps/pdp10/tapes/README.md +++ b/apps/pdp10/tapes/README.md @@ -7,6 +7,4 @@ permalink: /apps/pdp10/tapes/ PDP-10 Software Tapes --------------------- -PCjs has archived the following PDP-10 software from tape: - -- [PDP-10 Diagnostic Tapes](diags/) +PCjs has not yet archived any PDP-10 software from tape. diff --git a/apps/pdp10/tapes/diags/README.md b/apps/pdp10/tapes/diags/README.md deleted file mode 100644 index 7eb7b01d1..000000000 --- a/apps/pdp10/tapes/diags/README.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: page -title: PDP-10 Diagnostic Tapes -permalink: /apps/pdp10/tapes/diags/ ---- - -PDP-10 Diagnostic Tapes ------------------------ - -PCjs has archived the following PDP-10 diagnostic tapes: - -- [KLAD Diagnostic Tapes](klad/)