home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / tools / Forth / 99config.fs < prev    next >
Encoding:
Text File  |  2006-10-19  |  679 b   |  33 lines

  1. get-current target-environment set-current
  2. false constant ec
  3. false constant standard-threading        \ direct threading
  4. \ true constant standard-threading        \ indirect threading
  5. \ true constant inlining-next
  6. false constant inlining-next
  7. \ true constant profiling
  8. false constant profiling
  9. true constant forth-83-dictionary        \ dictionary style
  10. true constant rom
  11. true constant prims
  12. true constant OS
  13. 8 KB constant kernel-size
  14. 1 KB constant stack-size
  15. 1 KB constant rstack-size
  16. set-current
  17.  
  18. \    9900 definitions
  19.  
  20. 2    constant    cell
  21. 1     constant     cell<<
  22. 4     constant    cell>bit
  23. 8    constant    bits/byte
  24. 8    constant    bits/char
  25. 8    constant    float
  26.  
  27. 1    constant    bigendian
  28. 2    constant    /maxalign
  29.  
  30.  
  31. 0     constant    nil
  32.  
  33.