[gforth] / gforth / environ.fs  

gforth: gforth/environ.fs

Diff for /gforth/environ.fs between version 1.4 and 1.5

version 1.4, Wed Dec 21 14:26:23 1994 UTC version 1.5, Thu Apr 20 09:42:48 1995 UTC
Line 24 
Line 24 
 ADDRESS-UNIT-BITS cells 2* 2 + constant /HOLD  ADDRESS-UNIT-BITS cells 2* 2 + constant /HOLD
 &84 constant /PAD  &84 constant /PAD
 true constant CORE  true constant CORE
 \ CORE-EXT?  true constant CORE-EXT?
 1 -3 mod 0< constant FLOORED  1 -3 mod 0< constant FLOORED
   
 1 ADDRESS-UNIT-BITS cells 1- lshift 1- constant MAX-N  1 ADDRESS-UNIT-BITS cells 1- lshift 1- constant MAX-N
Line 33 
Line 33 
 -1 MAX-N 2constant MAX-D  -1 MAX-N 2constant MAX-D
 -1. 2constant MAX-UD  -1. 2constant MAX-UD
   
 0 1 2constant gforth \ minor mayor version  0 1 2constant gforth \ minor major version
   
 \ !! RETURN-STACK-CELLS  \ !! RETURN-STACK-CELLS
 \ !! STACK-CELLS  \ !! STACK-CELLS
   \ !! floating-stack
   \ !! max-float
   \ !! #locals
   maxvp constant wordlists
   
 forth definitions  forth definitions
 previous  previous


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help