home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / tasm / ARC_EXE / !CTasm / !Run next >
Encoding:
Text File  |  1992-08-30  |  970 b   |  32 lines

  1. | > !Run
  2. |
  3. IconSprites <Obey$Dir>.!Sprites
  4. Set CTasm$Dir <Obey$Dir>
  5. |
  6. | Set directory of the Assembler: default the !CTasm directory
  7. | In that case you must install the compiler there !!!!
  8. | YOU CAN CHANGE THIS !
  9. |
  10. Set TASM$Dir <Obey$Dir>
  11. |
  12. | Ensure we have FPEmulator
  13. |
  14. If "<System$Path>" = "" then Error 0 System resources cannot be found
  15. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  16. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  17. |
  18. | Ensure we have CLib
  19. |
  20. Set clib$flag 0
  21. RMensure SharedClibrary 3.50 set clib$flag 1
  22. RMensure SharedClibrary 0 set clib$flag 0
  23. If "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory. See page 44-45 of the Acorn C manual.
  24. Unset clib$flag
  25. RMensure SharedClibrary 3.50 RMLoad System:modules.CLib
  26. RMensure SharedClibrary 3.50 Error You need CLib 3.50 or later
  27. |
  28. | Go, go, go
  29. |
  30. WimpSlot -min 32k -max 32k
  31. Run <CTasm$Dir>.!RunImage %*0
  32.