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