--- gforth/machpc.fs.in 2008/11/01 22:19:30 1.23 +++ gforth/machpc.fs.in 2012/12/31 15:25:18 1.31 @@ -1,7 +1,7 @@ \ machpc.fs is generated; source: machpc.fs.in \ generic mach file for pc gforth 03sep97jaw -\ Copyright (C) 1995,1996,1997,2000,2003,2005,2007,2008 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,2000,2003,2005,2007,2008,2010,2011,2012 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -58,6 +58,10 @@ false DefaultValue control-rack \ disabl false DefaultValue crlf +true DefaultValue recognizer + +true DefaultValue objects + $100 DefaultValue kernel-start cell 2 = [IF] &32 KB [ELSE] $100000 cells [THEN] DefaultValue kernel-size @@ -109,9 +113,13 @@ true DefaultValue control-rack \ disabl false DefaultValue crlf -true DefaultValue flash +false DefaultValue recognizer -$0 DefaultValue kernel-start \ no artificial offset +false DefaultValue flash + +false DefaultValue objects + +$10 DefaultValue kernel-start \ no artificial offset &48 KB DefaultValue kernel-size &1 KB DefaultValue stack-size @@ -119,3 +127,5 @@ $0 DefaultValue kernel-start \ no arti &1 KB DefaultValue rstack-size &1 KB DefaultValue lstack-size [THEN] + +T cell H 8 = DefaultValue 64bit