[gforth] / gforth / xxxprim  

gforth: gforth/xxxprim

Diff for /gforth/xxxprim between version 1.6 and 1.7

version 1.6, Wed Oct 8 13:17:10 2003 UTC version 1.7, Thu Oct 9 14:15:19 2003 UTC
Line 148 
Line 148 
 \E create regs sp2 , sp1 , spTOS ,  \E create regs sp2 , sp1 , spTOS ,
   
 \E IPregs 1 0 stack-state IPss1  \E IPregs 1 0 stack-state IPss1
 \E regs           0 -1 stack-state ss0  \E regs 3 cells + 0 -1 stack-state ss0
 \E regs 2 cells + 1  0 stack-state ss1  \E regs 2 cells + 1  0 stack-state ss1
 \E regs 1 cells + 2  1 stack-state ss2  \E regs 1 cells + 2  1 stack-state ss2
 \E regs 0 cells + 3  2 stack-state ss3  \E regs 0 cells + 3  2 stack-state ss3
   
 \E state S0  \ the first of these is the default state
 \E state S1  \E state S1
   \E state S0
 \E state S2  \E state S2
 \E state S3  \E state S3
   
Line 171 
Line 172 
 \E data-stack to cache-stack  \E data-stack to cache-stack
 \E here 4 cache-states 2! s0 , s1 , s2 , s3 ,  \E here 4 cache-states 2! s0 , s1 , s2 , s3 ,
   
 \E S1 to state-in-default  \E S1 to state-default
 \E S1 to state-out-default  \E state-default to state-in
 \E state-in-default to state-in  \E state-default to state-out
 \E state-out-default to state-out  
   
 +       ( n1 n2 -- n )          core    plus  +       ( n1 n2 -- n )          core    plus
 n = n1+n2;  n = n1+n2;
Line 199 
Line 199 
 \E prim-states drop  \E prim-states drop
 \E prim-states over  \E prim-states over
   
 \E S1 branch-states ?branch  \E branch-states ?branch
   
 \E gen-transitions noop  \E gen-transitions noop
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help