Update README.md

This commit is contained in:
Philip Smart
2019-10-29 15:54:24 +00:00
committed by GitHub
parent d8c349b089
commit 170d57adff

View File

@@ -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 <address> in hex and ascii\. |
| D | \<address> | List/Dump memory from \<address> 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 <file number> | Load file into memory from Tape or Rom Filing System\. If a <name> or <file number> 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 <address>\. |
| J | \<address> | Jump \(start execution\) at location \<address>\. |
| L | \<name> or \<file number> | Load file into memory from Tape or Rom Filing System\. If a \<name> or \<file number> 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 <address>\. |
| 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 | \<start addr> \<end addr> \<exec addr> | 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