RetroForth 6.25.2                                                        README
-------------------------------------------------------------------------------
RetroForth is a public domain Forth system modeled after CMForth,
ColorForth, eForth, and Pygmy. It uses some, but not all, of Chuck
Moore's newer ideas. The source code is clean, elegant, and
tiny. It's easy to learn, use, and port to new platforms.


Section 1: What's New
-------------------------------------------------------------------------------
* BugFixes
  * IF/THEN now work properly again


Section 2: Building the images
-------------------------------------------------------------------------------
Tools used to build:
  * NASM 0.98.38 (or another version with %xdefine)
  * FASM 1.52 (other versions not tested)
  * GCC+BINUTILS (for linking with C libraries)
  * Make

Minimal tools required:
  * NASM +  LD (or)
  * FASM

As normal, gunzip and detar the source package.

     bash# tar xzf retroforth-6.25.2.tar.gz

Then enter the directory and type 'make'

     bash# cd retroforth/source
     bash# make


Section 3: Notes, comments, bugs
-------------------------------------------------------------------------------
