README updates

This commit is contained in:
mgcaret 2018-12-12 09:12:14 -08:00
parent 6f44f26290
commit b37d301c36
1 changed files with 12 additions and 0 deletions

View File

@ -58,6 +58,10 @@ There are also a few other enhancements around SmartPort device info.
### Misc
#### diskinfo
Display information on mounted disks/volumes.
#### dmem
Displays info on davex "dynamic memory." Mainly for testing purposes.
@ -84,6 +88,14 @@ View the contents of the Apple IIc Plus MIG RAM.
Patches the ProDOS ThunderClock driver year table in-memory.
### Experimental
#### dxforth
This is a Forth 2012 implementation. See dxforth.txt for more information.
Caution: This will not work with a stock Davex as built from the Sourceforge project, as it uses the documented, but unimplemented, xgetln2 Davex call. If you just want the other tools, remove dxforth.p8c from the Makefile.
## Building
Building the utilities requires a Unix-like environment with GNU Make and the usual set of Unix utilities such as sed, awk, egrep, etc.