[gforth] / gforth / Attic / machpc.fs  

gforth: gforth/Attic/machpc.fs


1 : anton 1.14 \ machpc.fs is generated; source: machpc.fs.in
2 : jwilke 1.1 \ generic mach file for pc gforth 03sep97jaw
3 :    
4 : jwilke 1.20 \ Copyright (C) 1995,1996,1997,2000,2003 Free Software Foundation, Inc.
5 : anton 1.2
6 :     \ This file is part of Gforth.
7 :    
8 :     \ Gforth is free software; you can redistribute it and/or
9 :     \ modify it under the terms of the GNU General Public License
10 :     \ as published by the Free Software Foundation; either version 2
11 :     \ of the License, or (at your option) any later version.
12 :    
13 :     \ This program is distributed in the hope that it will be useful,
14 :     \ but WITHOUT ANY WARRANTY; without even the implied warranty of
15 :     \ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 :     \ GNU General Public License for more details.
17 :    
18 :     \ You should have received a copy of the GNU General Public License
19 :     \ along with this program; if not, write to the Free Software
20 : anton 1.8 \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
21 : anton 1.2
22 : anton 1.12 true DefaultValue NIL \ relocating
23 : jwilke 1.1
24 :     >ENVIRON
25 :    
26 : pazsan 1.6 true DefaultValue file \ controls the presence of the
27 : jwilke 1.1 \ file access wordset
28 : pazsan 1.6 true DefaultValue OS \ flag to indicate a operating system
29 : jwilke 1.1
30 : pazsan 1.21 true DefaultValue FFCALL \ Foreign Function Calls
31 :    
32 : pazsan 1.6 true DefaultValue prims \ true: primitives are c-code
33 : jwilke 1.1
34 : pazsan 1.9 true DefaultValue floating \ floating point wordset is present
35 : jwilke 1.1
36 : pazsan 1.9 true DefaultValue glocals \ gforth locals are present
37 : jwilke 1.1 \ will be loaded
38 : pazsan 1.9 true DefaultValue dcomps \ double number comparisons
39 : jwilke 1.1
40 : pazsan 1.6 true DefaultValue hash \ hashing primitives are loaded/present
41 : jwilke 1.1
42 : pazsan 1.9 true DefaultValue xconds \ used together with glocals,
43 : jwilke 1.1 \ special conditionals supporting gforths'
44 :     \ local variables
45 : pazsan 1.9 true DefaultValue header \ save a header information
46 : jwilke 1.1
47 : pazsan 1.9 true DefaultValue backtrace \ enables backtrace code
48 :    
49 :     true DefaultValue new-input \ enables object oriented input
50 : jwilke 1.5
51 : pazsan 1.10 true DefaultValue peephole \ enables peephole optimizer
52 : pazsan 1.21
53 : pazsan 1.10
54 : jwilke 1.15 true DefaultValue abranch \ enables absolute branches
55 :    
56 : pazsan 1.16 false DefaultValue control-rack \ disable return stack use for control flow
57 :    
58 : pazsan 1.6 false DefaultValue ec
59 :     false DefaultValue crlf
60 : pazsan 1.3
61 : pazsan 1.17 $100 DefaultValue kernel-start
62 : anton 1.14 cell 2 = [IF] &32 KB [ELSE] $100000 cells [THEN] DefaultValue kernel-size
63 : pazsan 1.3
64 : pazsan 1.6 &16 KB DefaultValue stack-size
65 : anton 1.13 &16 KB DefaultValue fstack-size
66 : pazsan 1.6 &15 KB DefaultValue rstack-size
67 :     &14 KB &512 + DefaultValue lstack-size

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help