Diff for /gforth/Attic/machpc.fs between versions 1.2 and 1.5

version 1.2, 1998/12/08 22:02:48 version 1.5, 1999/05/17 14:47:20
Line 41  true Constant xconds  \ used together wi Line 41  true Constant xconds  \ used together wi
                                 \ local variables                                  \ local variables
 true Constant header            \ save a header information  true Constant header            \ save a header information
   
   true Constant backtrace         \ enables backtrace code
   
 false Constant ec  false Constant ec
 false Constant crlf  
   
   false Constant crlf
   
   cell 2 = [IF] &32 [ELSE] &256 [THEN] KB Constant kernel-size
   
   &16 KB          Constant stack-size
   &15 KB &512 +   Constant fstack-size
   &15 KB          Constant rstack-size
   &14 KB &512 +   Constant lstack-size

Removed from v.1.2  
changed lines
  Added in v.1.5


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