--- gforth/machpc.fs.in 2007/01/21 17:29:54 1.13 +++ 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,41 +77,48 @@ 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 false DefaultValue floating \ floating point wordset is present -true DefaultValue glocals \ gforth locals are present +false DefaultValue glocals \ gforth locals are present \ will be loaded true DefaultValue dcomps \ double number comparisons -true DefaultValue hash \ hashing primitives are loaded/present +false DefaultValue hash \ hashing primitives are loaded/present -true DefaultValue xconds \ used together with glocals, +false DefaultValue xconds \ used together with glocals, \ special conditionals supporting gforths' \ local variables true DefaultValue header \ save a header information -true DefaultValue backtrace \ enables backtrace code +false DefaultValue backtrace \ enables backtrace code -true 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 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