File:  [gforth] / gforth / mach32l.fs
Revision 1.2: download - view: text, annotated - select for diffs
Fri Sep 9 16:27:20 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
CVS tags: HEAD
made declaring explicit register variables available for all machines
in machine.h; threw out such hacks in engine.c for the 386.
renamed endian to bigendian

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

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