[gforth] / gforth / Attic / main.fs  

gforth: gforth/Attic/main.fs

Diff for /gforth/Attic/main.fs between version 1.22 and 1.23

version 1.22, Tue Jul 16 20:57:13 1996 UTC version 1.23, Thu Sep 19 22:17:34 1996 UTC
Line 33 
Line 33 
   
 decimal  decimal
   
 cell 2 = [IF] 32 [ELSE] 256 [THEN] KB makekernal ( size )  cell 2 = [IF] 32 [ELSE] 256 [THEN] KB makekernel ( size )
 \ create image-header  \ create image-header
 0 A,    \ base address  0 A,    \ base address
 0 ,     \ checksum  0 ,     \ checksum
Line 53 
Line 53 
   
 0 AConstant forthstart  0 AConstant forthstart
   
   doc-off
 include aliases.fs             \ include primitive aliases  include aliases.fs             \ include primitive aliases
   doc-on
 \ include cond.fs                \ conditional compile  \ include cond.fs                \ conditional compile
 \ include patches.fs             \ include primitive patches  \ include patches.fs             \ include primitive patches
   
Line 61 
Line 63 
 include add.fs                 \ additional things  include add.fs                 \ additional things
 include errore.fs  include errore.fs
 include version.fs  include version.fs
 include kernal.fs              \ load kernal  include kernel.fs              \ load kernel
 include extend.fs              \ load core-extended  include extend.fs              \ load core-extended
 include tools.fs               \ load tools ( .s dump )  include tools.fs               \ load tools ( .s dump )
 include toolsext.fs  include toolsext.fs


Generate output suitable for use with a patch program
Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help