home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / M2V11-1.LHA / modula / README < prev   
Encoding:
Text File  |  1994-10-03  |  1.5 KB  |  43 lines

  1. ================================================================================
  2.  
  3.                             Turbo Modula-2 V1.1 (3/9/94)
  4.  
  5.     Turbo Modula-2 (c) Copyright 1994 by Amritpal Mann, All Rights Reserved
  6.  
  7.     Email: amrit@econet.demon.co.uk
  8.  
  9. ================================================================================
  10.  
  11. This distribution is not public domain, all files (except the DICE archive)
  12. are (C) 1994 by Amritpal Mann. The system may only be distributed unmodified
  13. and without profit.
  14.  
  15. Turbo is now freeware, I had intended for it to be shareware but quickly changed
  16. my mind. Thanks to everyone who tried to register, you now know why I didnt
  17. reply :)
  18.  
  19. The compiler is of production quality: its fast, generates small & fast code,
  20. doesn't eat too much memory and the error reports are normally very accurate and
  21. clear.
  22.  
  23. This is the only freeware implementation of Modula-2 for the amiga that I am
  24. a aware of (theres one on Fish 23 buts thats not a serious attempt).
  25.  
  26. It should run on any Amiga computer (1.5M+Hard-Disk recommended).
  27. If you dont already have Matt Dillons DICE system installed on your Hard-Disk
  28. then the first thing to do is to extract the DICE archive (dice/dice.lha) using
  29. the dice/m2extract script.
  30.  
  31. To install type:
  32.  
  33. >assign MODULA: <dir> ; <dir> = directory where you unarchived Turbo
  34. >execute MODULA:s/startup ; assuming you're using the supplied version of dice
  35.  
  36. To compile & link a program:
  37.  
  38. >m2b Module.mod
  39.  
  40. You are advised to read all the files in docs/ before using any of the programs
  41.  
  42.             -- Enjoy...
  43.