home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / forth / tile.spk / !Tile / !Run < prev    next >
Text File  |  1992-04-23  |  874b  |  30 lines

  1. |
  2. |       TILE Forth
  3. |
  4. wimpslot -min 256k -max 256k
  5. |
  6. |       Set the environment variables for TILE Forth
  7. |
  8. set Tile$Dir <Obey$Dir>
  9. set Tile$Lib <Tile$Dir>.f83
  10. set Tile$Test <Tile$Dir>.test
  11. |
  12. |       Make sure system modules are loaded
  13. |
  14. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  15. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  16. RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
  17. |
  18. |       Options
  19. |
  20. | run <Tile$Dir>.!RunImage [options...]
  21. |
  22. |       -dN     N is the dictionary size; 262144 is the default
  23. |       -pN     N is the parameter stack size; 256 is the default
  24. |       -rN     N is the return stack size; 256 is the default
  25. |       -uN     N is the user area size; 1024 is the default
  26. |       -q      suppresses banner
  27. |       -mN     N is the mode of the sprite used for display; default is 0
  28. |
  29. run <Tile$Dir>.!RunImage -m12 -d65535
  30.