From 9ec4478d58d908028bf860d3e0d71846e09c52d6 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 9 Feb 2017 16:34:36 -0800 Subject: [PATCH] A few minor edits/corrections --- apps/pdp11/boot/monitor/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/pdp11/boot/monitor/README.md b/apps/pdp11/boot/monitor/README.md index 505355250..5b868b1a2 100644 --- a/apps/pdp11/boot/monitor/README.md +++ b/apps/pdp11/boot/monitor/README.md @@ -8,12 +8,12 @@ PDP-11 Boot Monitor ------------------- [BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac) -written by Paul Nankervis. It is preloaded in a number of our PDP-11 test machines. +written by Paul Nankervis. [BOOTMON.mac](BOOTMON.mac) was cross-assembled with [MACRO11](https://github.com/j-hoppe/MACRO11) to produce -[BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce [BOOTMON.json](BOOTMON.json). - -To see the Boot Monitor in action, try the [PDP-11/70 Boot Monitor with Debugger](/devices/pdp11/machine/1170/monitor/debugger/). +[BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce [BOOTMON.json](BOOTMON.json), +which is preloaded in a number of our PDP-11 test machines. To see it in action, try the +[PDP-11/70 Boot Monitor with Debugger](/devices/pdp11/machine/1170/monitor/debugger/). The **BOOTMON.mac** source code is shown below.