From 170d57adff47af185125880b1d55c2e6875c19e0 Mon Sep 17 00:00:00 2001
From: Philip Smart <28005720+pdsmart@users.noreply.github.com>
Date: Tue, 29 Oct 2019 15:54:24 +0000
Subject: [PATCH] Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 785a146..0d42171 100644
--- a/README.md
+++ b/README.md
@@ -68,16 +68,16 @@ The supported commands can be found in the table below:
| 8 | n/a | Switch to 80 Character mode if the 40/80 Column display upgrade has been added\. |
| B | n/a | Enable/Disable key entry beep\. |
| C | n/a | Initialise memory from 0x1200 \- Top of RAM\. |
-| D | <\address> | List/Dump memory from
in hex and ascii\. |
+| D | \ | List/Dump memory from \ in hex and ascii\. |
| F | n/a | Boot from Floppy Disk |
| I | n/a | List the files stored in ROM\. Each file title is preceded with a hex number which can be used to identify the file\. |
-| J | <\address> | Jump \(start execution\) at location <\address>\. |
-| L | <\name> or | Load file into memory from Tape or Rom Filing System\. If a or is given, the RFS is searched, if no parameter is given then the first program encountered on tape will be loaded\. |
-| l | <\name> or <\file number> | Same as above but once the program is loaded it will not be executed\. Control will return to the monitor\. |
-| M | <\address> | Edit and change memory locations starting at \. |
+| J | \ | Jump \(start execution\) at location \\. |
+| L | \ or \ | Load file into memory from Tape or Rom Filing System\. If a \ or \ is given, the RFS is searched, if no parameter is given then the first program encountered on tape will be loaded\. |
+| l | \ or \ | Same as above but once the program is loaded it will not be executed\. Control will return to the monitor\. |
+| M | \ | Edit and change memory locations starting at \. |
| P | n/a | Run a connected printer test\. |
| R | n/a | Run a memory test on the main memory\. |
-| S | <\start addr> < \end addr> <\exec addr> | Save a block of memory to tape\. You will be prompted to enter the filename\. |
+| S | \ \ \ | Save a block of memory to tape\. You will be prompted to enter the filename\. |
| T | n/a | Test the 8253 timer\. |
| V | n/a | Verify a file just written to tape with the original data stored in memory |
#### To Do