From 5f363c97b8bc53ff276a7db83b83b7300a3f2389 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 28 Feb 2017 19:39:49 -0800 Subject: [PATCH 1/2] 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; From ac06857b104a743f4fb791e3339f3557d1c2377f Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 28 Feb 2017 19:45:04 -0800 Subject: [PATCH 2/2] Updated home page --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981bc1cc9..699e8e0b6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Welcome to PCjs, home of [PCx86](/docs/pcx86/), the original IBM PC simulation t one of several JavaScript Machines in the [PCjs Project](https://github.com/jeffpar/pcjs), an open-source project that includes: -* [PCx86](/docs/pcx86/), an x86-based emulator of [IBM PC and PC-compatible Machines](/devices/pcx86/machine/) +* [PCx86](/docs/pcx86/), an x86-based emulator of the [IBM PC and PC-compatibles](/devices/pcx86/machine/) * [PC8080](/modules/pc8080/), an 8080 machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/) and the [VT100 Terminal](/devices/pc8080/machine/vt100/)) * [C1Pjs](/docs/c1pjs/), an emulation of the 6502-based [Ohio Scientific Challenger 1P](/devices/c1p/) -* [PDPjs](/docs/pdpjs/), a set of emulation modules supporting [PDP-10](/devices/pdp10/machine/) and [PDP-11](/devices/pdp11/machine/) machines +* [PDPjs](/docs/pdpjs/), a set of machine emulation modules supporting the DEC [PDP-10](/devices/pdp10/machine/) and [PDP-11](/devices/pdp11/machine/) All PCjs machine simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are required. Supported browsers include modern versions of Chrome, Safari, Firefox, Internet Explorer (v9.0 and up), Edge,