John Lundin, Jr. Academic Computing University of Richmond Richmond, VA 23173 4/25/86 This software is submitted without guarantees or support of any kind. Reports, other (public domain) versions, etc will be gratefully received and/or exchanged. [.rsx] : This contains the standard RSX FIG-Forth for those with compatability mode and RSX on their VAX. (from an old RSX DECUS tape) This is provided mainly as an example of Forth circa '78. [.vax] : This contains a fully commented copy of the VAX FIG-Forth source code as provided by the Forth Interest Group (but with macros added). There is some awkward stuff here. The I/O needs a lot of work. Also included is a first step towards a version compatable with the RSX one (stack turned upright, registers reassigned, labels renamed for conformity). I abandoned this one early last year to work on a "callable" Forth-83 version, unfortun- ately not yet ready to be submitted. The *.FTH files are Forth virtual memory block files (that's right, they use one file per 1024 byte block!) containing the error blocks and a simple editor. WARNING: these versions trap interrupts! If you really want to do anything with these, BE SURE to kill this "feature" first! It can hang you. These are really toy versions so judge them lightly. Forth can be and usually is an extremely flexible and powerful language.