Diff for /gforth/kernel/main.fs between versions 1.34 and 1.35

version 1.34, 2003/08/18 19:29:16 version 1.35, 2006/01/22 23:55:39
Line 45  include ./../cross.fs              \ cro Line 45  include ./../cross.fs              \ cro
   
 decimal  decimal
   
 has? kernel-start has? kernel-size makekernel  has? rom 0= [IF]
 \ create image-header      has? kernel-start has? kernel-size makekernel
   [THEN]
       \ create image-header
 has? header [IF]  has? header [IF]
 here 1802 over   here 1802 over 
     A,                  \ base address      A,                  \ base address
Line 113  has? compiler [IF] Line 115  has? compiler [IF]
     [THEN]      [THEN]
 [THEN]  [THEN]
 include ./quotes.fs  include ./quotes.fs
   has? ec 0= [IF]
 include ./toolsext.fs  include ./toolsext.fs
 include ./tools.fs               \ load tools ( .s dump )  include ./tools.fs               \ load tools ( .s dump )
   [THEN]
 include ./getdoers.fs  include ./getdoers.fs
   
 \ Setup                                                13feb93py  \ Setup                                                13feb93py

Removed from v.1.34  
changed lines
  Added in v.1.35


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