home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / fstm2 / read.me
Encoding:
Text File  |  1994-02-21  |  3.1 KB  |  90 lines

  1. This package contains Version 2.0a of Fitted Software Tools' Modula-2 Compiler.
  2.  
  3. (C) Copyright 1987,1988 Fitted Software Tools. All rights reserved.
  4.  
  5. *******************************************************************
  6. *                                                                 *
  7. *                >>> PLEASE NOTE OUR NEW ADDRESS <<<              *
  8. *                                                                 *
  9. *       Fitted Software Tools                                     *
  10. *       P.O.Box 867403                                            *
  11. *       Plano, TX 75086                                           *
  12. *                                                                 *
  13. *******************************************************************
  14.  
  15.                        DISCLAIMER OF WARRANTY
  16.  
  17.     THIS  SOFTWARE AND MANUAL ARE PROVIDED "AS IS"  AND  WITHOUT
  18.     WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY.
  19.  
  20.     THIS SOFTWARE IS PROVIDED  WITHOUT  ANY  EXPRESS  OR IMPLIED
  21.     WARRANTIES   WHATSOEVER.   BECAUSE   OF  THE  DIVERSITY   OF
  22.     CONDITIONS AND HARDWARE UNDER  WHICH  THIS  SOFTWARE  MAY BE
  23.     USED,  NO  WARRANTY  OF FITNESS FOR A PARTICULAR PURPOSE  IS
  24.     OFFERED.  THE  USER  IS   ADVISED   TO  TEST  THIS  SOFTWARE
  25.     THOROUGHLY BEFORE RELYING ON  IT.  THE  USER MUST ASSUME THE
  26.     ENTIRE RISK OF USING THIS SOFTWARE.
  27.  
  28.  
  29.     Specifications and availability of the products described are
  30.     subject to change without notice.
  31.  
  32.  
  33.     >>>>>>>>>>>>>>>>>>>>>> IMPORTANT <<<<<<<<<<<<<<<<<<<<<<<<<<<
  34.  
  35.     The dates of the .DEF files must be preserved when copies of
  36.     this software are passed on.
  37.  
  38.     If you somehow get a copy of this software in which the .DEF
  39.     files' dates were modified, please be careful! You could try
  40.     using the linker's /K option, which would let you link your
  41.     programs; But you might be in for REAL TROUBLE if the .DEF
  42.     files were really modified!
  43.  
  44.  
  45. Full documentation for this product is in the file FMODULA2.DOC. The
  46. documentation is formatted at 60 lines per page, so that it should
  47. print reasonably on any printer. You may print it using the DOS copy
  48. command:
  49.  
  50.     COPY FMODULA2.DOC PRN
  51.  
  52.  
  53. ------------------------------------------------------------------------
  54. KNOWN BUGS:
  55. -   In the CASE statement, the compiler will not accept a '|' before
  56.     the first case.
  57. -   In a procedure, BEGIN is compulsory, even if no statement sequence
  58.     follows
  59.  
  60. ------------------------------------------------------------------
  61. To generate the OBJ and BIN object files from the ASM sources, we
  62. provide MKBIN.BAT:
  63.  
  64.     MKBIN m2reals
  65.     MKBIN m2longs
  66.     MKBIN m2procs
  67.  
  68. Ignore the warnings about lack of stack, during the link phase of
  69. the creation of the BIN files.
  70.  
  71. ALL.MOD is a dummy module that imports all the library modules.
  72. It is used to help maintain the library:
  73.  
  74.     GENMAKE all /l
  75.     MC all /m
  76.  
  77. or
  78.     GENMAKE all /obj /l
  79.     set m2output=obj
  80.     mc all /m
  81.  
  82. ---------------------
  83. Fitted Software Tools
  84. P.O.Box 867403
  85. Plano, TX 75086
  86. BBS 214/517-4629
  87. BIX conference 'fst'
  88.  
  89. *** THE END ***
  90.