home *** CD-ROM | disk | FTP | other *** search
- This package contains Version 2.0a of Fitted Software Tools' Modula-2 Compiler.
-
- (C) Copyright 1987,1988 Fitted Software Tools. All rights reserved.
-
- *******************************************************************
- * *
- * >>> PLEASE NOTE OUR NEW ADDRESS <<< *
- * *
- * Fitted Software Tools *
- * P.O.Box 867403 *
- * Plano, TX 75086 *
- * *
- *******************************************************************
-
- DISCLAIMER OF WARRANTY
-
- THIS SOFTWARE AND MANUAL ARE PROVIDED "AS IS" AND WITHOUT
- WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY.
-
- THIS SOFTWARE IS PROVIDED WITHOUT ANY EXPRESS OR IMPLIED
- WARRANTIES WHATSOEVER. BECAUSE OF THE DIVERSITY OF
- CONDITIONS AND HARDWARE UNDER WHICH THIS SOFTWARE MAY BE
- USED, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS
- OFFERED. THE USER IS ADVISED TO TEST THIS SOFTWARE
- THOROUGHLY BEFORE RELYING ON IT. THE USER MUST ASSUME THE
- ENTIRE RISK OF USING THIS SOFTWARE.
-
-
- Specifications and availability of the products described are
- subject to change without notice.
-
-
- >>>>>>>>>>>>>>>>>>>>>> IMPORTANT <<<<<<<<<<<<<<<<<<<<<<<<<<<
-
- The dates of the .DEF files must be preserved when copies of
- this software are passed on.
-
- If you somehow get a copy of this software in which the .DEF
- files' dates were modified, please be careful! You could try
- using the linker's /K option, which would let you link your
- programs; But you might be in for REAL TROUBLE if the .DEF
- files were really modified!
-
-
- Full documentation for this product is in the file FMODULA2.DOC. The
- documentation is formatted at 60 lines per page, so that it should
- print reasonably on any printer. You may print it using the DOS copy
- command:
-
- COPY FMODULA2.DOC PRN
-
-
- ------------------------------------------------------------------------
- KNOWN BUGS:
- - In the CASE statement, the compiler will not accept a '|' before
- the first case.
- - In a procedure, BEGIN is compulsory, even if no statement sequence
- follows
-
- ------------------------------------------------------------------
- To generate the OBJ and BIN object files from the ASM sources, we
- provide MKBIN.BAT:
-
- MKBIN m2reals
- MKBIN m2longs
- MKBIN m2procs
-
- Ignore the warnings about lack of stack, during the link phase of
- the creation of the BIN files.
-
- ALL.MOD is a dummy module that imports all the library modules.
- It is used to help maintain the library:
-
- GENMAKE all /l
- MC all /m
-
- or
- GENMAKE all /obj /l
- set m2output=obj
- mc all /m
-
- ---------------------
- Fitted Software Tools
- P.O.Box 867403
- Plano, TX 75086
- BBS 214/517-4629
- BIX conference 'fst'
-
- *** THE END ***