2003.08.01	Revision 1.0

		Initial release.

------------------------------------------------------------------------------------------
2003.08.03	Revision 1.1

		Bug fixes:
		ANSSIM benchmark had some junk text. Removed.
		CELLS and related words were using a cellsize of 2, not 1. Fixed.
		SIM.F had problem with environment query on older Win32forth. Fixed.
		Confusion between cell and byte addressing. Hopefully fixed.
		Miscellaneous problems compiling QuickSort. Fixed.

		Enhancements:
		Added P" ( string" -- ) which is like ANS C" but compiles packed ASCII to
		program memory. Use P>$ to unpack it to data RAM.
------------------------------------------------------------------------------------------
2003.08.15	Revision 1.2

		Bug fixes:
		S2ROM wasn't creating a Spartan II ROM correctly. Fixed.

		Enhancements:
		Added banking for accessing large data arrays in program space. Now spans 
		2^22 words (4Mx16). Also delayed RESET to avoid metastability.
		Added V2ROM to SIM.F to make instantiated ROMs for Virtex2 and Spartan3.

------------------------------------------------------------------------------------------
2003.09.02	Revision 1.3
	
		Bug fixes:
		"right" button GIF in ANS manual was mangled. Fixed.
		BENCHMK.ZIP archive had a bug. Fixed.

		Enhancements:
		Cleaned up compiler to run on ANS Forths other than Win32forth. Tested on 
		VFX.
		Changed HDL syntax to eliminate @ and @@, so you don't have to remember 
		whether a signal is a wire, register or subroutine.
		Added VGA and UART to DemoSocExt.vhd
	