[gforth] / gforth / machpc.fs.in  

gforth: gforth/machpc.fs.in

Diff for /gforth/machpc.fs.in between version 1.15 and 1.16

version 1.15, Sun Mar 18 22:35:52 2007 UTC version 1.16, Sun Mar 25 21:30:59 2007 UTC
Line 25 
Line 25 
   
 @EC_MODE@ DefaultValue ec  @EC_MODE@ DefaultValue ec
   
 has? ec 0= [IF]  T has? ec H 0= [IF]
 true DefaultValue file          \ controls the presence of the  true DefaultValue file          \ controls the presence of the
                                 \ file access wordset                                  \ file access wordset
 true DefaultValue OS            \ flag to indicate a operating system  true DefaultValue OS            \ flag to indicate a operating system
Line 57 
Line 57 
   
 @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer  @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer
   
   true DefaultValue primcentric   \ enables primcentric code
   
 true DefaultValue abranch       \ enables absolute branches  true DefaultValue abranch       \ enables absolute branches
   
Line 76 
Line 77 
                                 \ file access wordset                                  \ file access wordset
 false DefaultValue OS           \ flag to indicate a operating system  false DefaultValue OS           \ flag to indicate a operating system
   
 @FFCALLFLAG@ DefaultValue ffcall \ Foreign Function Calls  true SetValue relocate
   
 @LIBFFIFLAG@ DefaultValue libffi \ Foreign Function Calls  false DefaultValue ffcall \ Foreign Function Calls
   
 @OLDCALLFLAG@ DefaultValue oldcall \ old Foreign Function Calls  false DefaultValue libffi \ Foreign Function Calls
   
   false DefaultValue oldcall \ old Foreign Function Calls
   
 true DefaultValue prims         \ true: primitives are c-code  true DefaultValue prims         \ true: primitives are c-code
   
Line 101 
Line 104 
   
 false DefaultValue new-input    \ enables object oriented input  false DefaultValue new-input    \ enables object oriented input
   
 @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer  false DefaultValue peephole     \ enables peephole optimizer
   
   true DefaultValue primcentric   \ enables primcentric code
   
   
 true DefaultValue abranch       \ enables absolute branches  true DefaultValue abranch       \ enables absolute branches
Line 112 
Line 117 
   
 true DefaultValue flash  true DefaultValue flash
   
 $100 DefaultValue kernel-start  $0 DefaultValue kernel-start   \ no artificial offset
 cell 2 = [IF] &32 KB [ELSE] &64 KB [THEN] DefaultValue kernel-size  cell 2 = [IF] &32 KB [ELSE] &64 KB [THEN] DefaultValue kernel-size
   
 &1 KB           DefaultValue stack-size  &1 KB           DefaultValue stack-size


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help