From c0283d4279ce43897921010df784c88f52873587 Mon Sep 17 00:00:00 2001 From: ken rector Date: Mon, 13 Feb 2023 23:23:13 -0800 Subject: [PATCH] convert to .MD --- tools/README.MD | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tools/README.MD b/tools/README.MD index c1f4fc1..94e0917 100644 --- a/tools/README.MD +++ b/tools/README.MD @@ -1,6 +1,17 @@ -This directory includes some programs that may be helpful to users of the -simh SDS simulator. +# Uitlity Programs +##files +File | Description +--|-- +sds_9pal | Extract file or list contents of an SDS Pal Library 9 track tape. +sds_nm | List external defs from SDS Standard Binary Object files. +sds_bindmp | Dump SDS Standard Binary Object file to stdout. +sds_listtape | List contents of simh mag tape. +sds_libsplt | Split a Fortran library file composed of binary object files +sds_libmk | Create a Fortran Library file from files in the current directory. +mkdeck | Convert file from ascii to Hollerith format. + +## Usage sds_9pal - Extract file or list contents of an SDS Pal Library 9 track tape. Usage: sds_pal -l | -x nnnn-tt tapefile outfile [>stdout]