Minor update to README

This commit is contained in:
Bobbi Webber-Manners 2019-11-01 13:43:31 -04:00
parent e9f6fba574
commit c42085bad3
1 changed files with 2 additions and 0 deletions

View File

@ -262,6 +262,7 @@ The following commands are implemented:
- `DIR`
- `TYPE`
- `ERA`
- Changing drives using `A:`, `B:`, etc.
- Launching a `.COM` file (just type the name and any arguments)
@ -276,6 +277,7 @@ Wildcards using `*` are not yet supported.
- `DIR ABC?????.TXT` - show matching files using `?` wildcards
- `TYPE TEST.TXT` - view a text file
- `A:PIP B:MY.TXT=A:TEST.TXT` copy `TEST.TXT` from A: to B:, renaming it as `MY.TXT`
- `ERA MY.TXT` erase file `MY.TXT`
- `STAT DRV` - show info on the virtual drive
- `DDT MYPROG.COM` - debug `MYPROG.COM` using DDT (8800 debugger)
- `ZSID MYPROG.COM` - debug `MYPROG.COM` using ZSID (Z80 debugger)