[gforth] / gforth / Attic / primitives  

gforth: gforth/Attic/primitives

Diff for /gforth/Attic/primitives between version 1.59 and 1.60

version 1.59, Tue Sep 10 16:08:39 1996 UTC version 1.60, Mon Dec 23 15:07:46 1996 UTC
Line 449 
Line 449 
 +       n1 n2 -- n              core    plus  +       n1 n2 -- n              core    plus
 n = n1+n2;  n = n1+n2;
   
 \ PFE has it differently, so let's better not define it  \ PFE-0.9.14 has it differently, but the next release will have it as follows
 \ under+        n1 n2 n3 -- n n2        gforth  under_plus  under+  n1 n2 n3 -- n n2        gforth  under_plus
 \ ""add @var{n3} to @var{n1} (giving @var{n})""  ""add @var{n3} to @var{n1} (giving @var{n})""
 \ /* and pfe */  n = n1+n3;
 \ n = n1+n3;  :
 \ :   rot + swap ;
 \  rot + swap ;  
   
 -       n1 n2 -- n              core    minus  -       n1 n2 -- n              core    minus
 n = n1-n2;  n = n1-n2;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help