From 908cbf114b54c698927779e5e73e76a0646b5e64 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 9 Feb 2017 15:29:29 -0800 Subject: [PATCH] Fixed typo --- _posts/2017-02-09-pdp-11-front-panel-demo.md | 2 +- devices/pdp11/machine/1170/panel/debugger/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-02-09-pdp-11-front-panel-demo.md b/_posts/2017-02-09-pdp-11-front-panel-demo.md index 62997a548..7362fdf07 100644 --- a/_posts/2017-02-09-pdp-11-front-panel-demo.md +++ b/_posts/2017-02-09-pdp-11-front-panel-demo.md @@ -138,7 +138,7 @@ Step 18: Examine ADDRESS 300. {% include machine-command.html type='clickOnce' label='EXAM' machine='test1170' command='script' value='hold Panel EXAM 250' %} At this point, the DATA register should display `070707`. You can also use the PCjs Debugger's `rm` command to verify -the contents of DATA register, or use a Dump command (`dw 300 l1`) to dump memory location 300. +the contents of the DATA register, or use a Dump command (`dw 300 l1`) to dump memory location 300. *[@jeffpar](http://twitter.com/jeffpar)* *Feb 9, 2017* diff --git a/devices/pdp11/machine/1170/panel/debugger/README.md b/devices/pdp11/machine/1170/panel/debugger/README.md index 1b4398755..f77b4d35a 100644 --- a/devices/pdp11/machine/1170/panel/debugger/README.md +++ b/devices/pdp11/machine/1170/panel/debugger/README.md @@ -135,7 +135,7 @@ Step 18: Examine ADDRESS 300. {% include machine-command.html type='clickOnce' label='EXAM' machine='test1170' command='script' value='hold Panel EXAM 250' %} At this point, the DATA register should display `070707`. You can also use the PCjs Debugger's `rm` command to verify -the contents of DATA register (DR), or use a Dump command (`dw 300 l1`)) to dump memory location 300. +the contents of the DATA register (DR), or use a Dump command (`dw 300 l1`)) to dump memory location 300. In fact, using the PDPjs Debugger, it's much easier to enter the above "toggle-in" with the following commands (the semicolons are optional; they just make it easier to paste an entire set of commands into the Debugger at once):