From 587d0a37337163e104655d8f9a55722706cdbd61 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Wed, 9 Mar 2016 18:05:08 -0700 Subject: [PATCH] added a readme for the tools --- tools/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..ecb1df2 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,21 @@ +#Tools + +## 3dump + +An application which dumps PDP-7 binary files + +## a7out + +User-mode simulator for PDP-7 Unix applications + +## as7 + +An assembler for PDP-7 assembler files + +## b.c + +A prototypical compiler for the B language + +## mkfs7 + +Makes a PDP-7 filesystem image for SimH