/arch/sharc/mach.fs

http://github.com/earl/gforth-mirror · F# · 64 lines · 46 code · 18 blank · 0 comment · 3 complexity · 228ad70d2c93a847cd59aba2f81ad49b MD5 · raw file

  1. \ Parameter for target systems 06oct92py
  2. \ Copyright (C) 1995,2000,2003,2007 Free Software Foundation, Inc.
  3. \ This file is part of Gforth.
  4. \ Gforth is free software; you can redistribute it and/or
  5. \ modify it under the terms of the GNU General Public License
  6. \ as published by the Free Software Foundation, either version 3
  7. \ of the License, or (at your option) any later version.
  8. \ This program is distributed in the hope that it will be useful,
  9. \ but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. \ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. \ GNU General Public License for more details.
  12. \ You should have received a copy of the GNU General Public License
  13. \ along with this program. If not, see http://www.gnu.org/licenses/.
  14. 4 Constant cell
  15. 2 Constant cell<<
  16. 5 Constant cell>bit
  17. 20 Constant bits/char
  18. 4 Constant float
  19. 4 Constant /maxalign
  20. true Constant bigendian
  21. ( true=big, false=little )
  22. \ feature list
  23. \ generic mach file for pc gforth 03sep97jaw
  24. true Constant NIL \ relocating
  25. >ENVIRON
  26. false Constant file \ controls the presence of the
  27. \ file access wordset
  28. false Constant OS \ flag to indicate a operating system
  29. true Constant prims \ true: primitives are c-code
  30. false Constant floating \ floating point wordset is present
  31. false Constant glocals \ gforth locals are present
  32. \ will be loaded
  33. false Constant dcomps \ double number comparisons
  34. false Constant hash \ hashing primitives are loaded/present
  35. false Constant xconds \ used together with glocals,
  36. \ special conditionals supporting gforths'
  37. \ local variables
  38. true Constant header \ save a header information
  39. true Constant ec
  40. true Constant relocate
  41. false Constant crlf
  42. 28 KB Constant kernel-size
  43. 40 Constant stack-size
  44. 140 Constant rstack-size
  45. 40 Constant fstack-size
  46. 40 Constant lstack-size