From 5f363c97b8bc53ff276a7db83b83b7300a3f2389 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 28 Feb 2017 19:39:49 -0800 Subject: [PATCH] Picked up the updated blog post about the PDP-10 --- _posts/2017-02-28-learning-the-pdp-10.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2017-02-28-learning-the-pdp-10.md b/_posts/2017-02-28-learning-the-pdp-10.md index 929c8ec9f..440999939 100644 --- a/_posts/2017-02-28-learning-the-pdp-10.md +++ b/_posts/2017-02-28-learning-the-pdp-10.md @@ -12,9 +12,9 @@ Having never used a real DEC PDP-10, I've had a steep learning curve creating a So far, the only [PDP-10 Hardware Documentation](/pubs/dec/pdp10/) I've read (or rather, skimmed) is the [PDP-10 System Reference Manual (1968)](http://archive.pcjs.org/pubs/dec/pdp10/ka10/DEC-10-HGAA-D_PDP-10_System_Reference_Manual_May1968.pdf). -To make the process a little less painful, most of my initial development efforts have centered on the built-in PDP-10 -Debugger. In addition to the usual disassembler capabilities, I've also included an assembler, so that I can easily enter -instruction sequences like this: +To make it easier to create and run some simple [PDP-10 Opcode Tests](/apps/pdp10/tests/), most of my initial development +efforts have centered on the built-in PDP-10 Debugger. In addition to the usual disassembler capabilities, I've also included +an assembler, so that I can easily enter instruction sequences like this: a 100; hrli 1,111111;