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, 2 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)

    1: \ Parameter for target systems                         06oct92py
    2: 
    3:     2 Constant cell
    4:     1 Constant cell<<
    5:     4 Constant cell>bit
    6:     8 Constant bits/byte
    7:     8 Constant float
    8:  true Constant bigendian
    9: ( true=big, false=little )

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