diff --git a/README.md b/README.md index 625a170..05b1794 100644 --- a/README.md +++ b/README.md @@ -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.