[gforth] / gforth / Attic / main.fs  

gforth: gforth/Attic/main.fs

Diff for /gforth/Attic/main.fs between version 1.6 and 1.14

version 1.6, Thu Jul 21 10:52:45 1994 UTC version 1.14, Thu Jan 19 17:48:10 1995 UTC
Line 13 
Line 13 
   
 decimal  decimal
   
 128 KB makekernal , 0 , 0 , 0 A, 0 A,  256 KB makekernal , 0 , 0 , 0 A, 0 A, 0 A,
   
 UNLOCK ghost - drop \ ghost must exist because - would be treated as number  UNLOCK ghost - drop \ ghost must exist because - would be treated as number
 LOCK  LOCK
Line 26 
Line 26 
   
 include vars.fs                \ variables and other stuff  include vars.fs                \ variables and other stuff
 include add.fs                 \ additional things  include add.fs                 \ additional things
 include environ.fs             \ create environmental query strings  
 include errore.fs  include errore.fs
 include kernal.fs              \ load kernal  include kernal.fs              \ load kernal
 include extend.fs              \ load core-extended  include extend.fs              \ load core-extended
Line 45 
Line 44 
   
 \ 64 KB       0 cells !  \ total Space... defined above!  \ 64 KB       0 cells !  \ total Space... defined above!
 here         1 cells !  \ Size of the system  here         1 cells !  \ Size of the system
   2 KB       2 cells !  \ Return and fp stack size    16 KB        2 cells !  \ Return and fp stack size
   ' boot >body 3 cells !  \ Entry point    ' boot >body 3 cells !  \ Entry point
   
 UNLOCK Tlast @  UNLOCK Tlast @
Line 54 
Line 53 
 .unresolved  .unresolved
   
 cr cr  cr cr
 endian [IF]  cell bigendian
    save-cross kernal.32bimg  [IF]
      dup 2 = [IF]   save-cross kernl16b.fi  [THEN]
      dup 4 = [IF]   save-cross kernl32b.fi  [THEN]
      dup 8 = [IF]   save-cross kernl64b.fi  [THEN]
 [ELSE]  [ELSE]
    save-cross kernal.32limg     dup 2 = [IF]   save-cross kernl16l.fi  [THEN]
 [THEN] cr     dup 4 = [IF]   save-cross kernl32l.fi  [THEN]
      dup 8 = [IF]   save-cross kernl64l.fi  [THEN]
   [THEN] drop cr
   
 bye  bye


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help