File:  [gforth] / gforth / Attic / machpc.fs
Revision 1.1: download - view: text, annotated - select for diffs
Sat Sep 13 12:12:17 1997 UTC (26 years ago) by jwilke
Branches: MAIN
CVS tags: HEAD
Missing file for last patch.

    1: \ generic mach file for pc gforth				03sep97jaw
    2: 
    3: true Constant NIL  \ relocating
    4: 
    5: >ENVIRON
    6: 
    7: true Constant file		\ controls the presence of the
    8: 				\ file access wordset
    9: true Constant OS		\ flag to indicate a operating system
   10: 
   11: true Constant prims		\ true: primitives are c-code
   12: 
   13: true Constant floating		\ floating point wordset is present
   14: 
   15: true Constant glocals		\ gforth locals are present
   16: 				\ will be loaded
   17: true Constant dcomps		\ double number comparisons
   18: 
   19: true Constant hash		\ hashing primitives are loaded/present
   20: 
   21: true Constant xconds		\ used together with glocals,
   22: 				\ special conditionals supporting gforths'
   23: 				\ local variables
   24: true Constant header		\ save a header information
   25: 
   26: false Constant ec
   27: false Constant crlf

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