[gforth] / gforth / Attic / 386.h  

gforth: gforth/Attic/386.h

Diff for /gforth/Attic/386.h between version 1.2 and 1.3

version 1.2, Wed May 18 17:32:59 1994 UTC version 1.3, Thu Sep 8 17:20:03 1994 UTC
Line 26 
Line 26 
 /* define this if the least-significant byte is at the largets address */  /* define this if the least-significant byte is at the largets address */
 /* #define BIG_ENDIAN */  /* #define BIG_ENDIAN */
   
   /* define this if the processor cannot exploit instruction-level
      parallelism and/or has few registers */
   #define CISC_NEXT
   
 #ifdef DIRECT_THREADED  #ifdef DIRECT_THREADED
 /* PFA gives the parameter field address corresponding to a cfa */  /* PFA gives the parameter field address corresponding to a cfa */
 #define PFA(cfa)        (((Cell *)cfa)+2)  #define PFA(cfa)        (((Cell *)cfa)+2)
Line 55 
Line 59 
 #endif  #endif
   
 #define rint(x) floor((x)+0.5)  #define rint(x) floor((x)+0.5)
 /*  
 #define CISC_NEXT  
 */  


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help