--- gforth/machpc.fs.in 2007/03/18 21:46:17 1.14 +++ gforth/machpc.fs.in 2007/03/31 12:58:07 1.17 @@ -25,7 +25,7 @@ true DefaultValue NIL \ relocating @EC_MODE@ DefaultValue ec -has? ec 0= [IF] +T has? ec H 0= [IF] true DefaultValue file \ controls the presence of the \ file access wordset true DefaultValue OS \ flag to indicate a operating system @@ -57,6 +57,7 @@ true DefaultValue new-input \ enables ob @PEEPHOLEFLAG@ DefaultValue peephole \ enables peephole optimizer +true DefaultValue primcentric \ enables primcentric code true DefaultValue abranch \ enables absolute branches @@ -76,11 +77,13 @@ false DefaultValue file \ controls the \ file access wordset 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 @@ -101,16 +104,21 @@ false DefaultValue backtrace \ enables b 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 f83headerstring true DefaultValue abranch \ enables absolute branches -false DefaultValue control-rack \ disable return stack use for control flow +true DefaultValue control-rack \ disable return stack use for control flow false DefaultValue crlf -$100 DefaultValue kernel-start +true DefaultValue flash + +$0 DefaultValue kernel-start \ no artificial offset cell 2 = [IF] &32 KB [ELSE] &64 KB [THEN] DefaultValue kernel-size &1 KB DefaultValue stack-size