File:  [gforth] / gforth / mach16b.fs
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jan 19 17:48:03 1995 UTC (29 years, 3 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
float.fs: Added f~ (f-proximate)
wordsets.fs: Added missing float words
Added 16 bit and 64 bit support in cross.fs
Fixed some bugs which asume sizeof(int)=sizeof(Cell)

\ Parameter for target systems                         06oct92py

    2 Constant cell
    1 Constant cell<<
    4 Constant cell>bit
    8 Constant bits/byte
    8 Constant float
 true Constant bigendian
( true=big, false=little )

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>