home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / MTRAN12.ZIP / README.1 < prev    next >
Encoding:
Text File  |  1991-11-25  |  2.3 KB  |  54 lines

  1. 11/25/91
  2. Contents of this disk: 
  3.  
  4.      TRAN1SP.ZIP  --  The translation program and its data for Spanish.
  5.      PCL.ZIP      --  A copy of the thesis describing the program
  6.                       in Hewlett-Packard Laser Jet format.
  7.      PCW.ZIP      --  A copy of the thesis describing the program
  8.                       in PC-Write format.
  9.      ICON386      --  The ICON programming language for an 80386
  10.                       processor running MS-DOS with three megabytes
  11.                       or more of memory.
  12.      ICON088      --  The ICON programming language for an 8088 
  13.                       processor running MS-DOS with 640K
  14.  
  15.  
  16. The following MS-DOS directory structure is assumed:
  17.  
  18. ICON386
  19.     |
  20.     |---- SOURCE
  21.     |
  22.     |---- PROGS
  23.     |
  24.     |---- DATA
  25.  
  26. To un-zip a file while preserving the directory structure, use the following 
  27. command:   pkunzip -d -o -JHSR <zip-file-name> . 
  28.  
  29. Put the ICON translator and executor (ICONT and ICONX) as well as any batch 
  30. files in the ICON386 directory.  Put the source (.ICN) program in the SOURCE 
  31. directory.  Compile the source program, and put the executable (.ICX) program 
  32. in the PROGS directory.
  33.  
  34. The program should be compiled and run with ICON386 or another version of ICON 
  35. supporting a large amount of memory (i.e. 3 megs or more).  However, the 
  36. program can be compiled and run under ICON for the 8088 or another version of 
  37. ICON which supports only a small amount of memory (i.e. 640K), but the size of 
  38. the semanticon will have to be kept small.
  39.  
  40. Your path statement should include a reference to the ICON386 directory.  To 
  41. execute the machine translation program type: TRAN1 .  The results will be 
  42. placed in the DATA directory.
  43.  
  44. The batch files included on this disk assume that the translator is named 
  45. ICON386T (not ICONT), and the executor is named ICON386X (not ICONX).  (This 
  46. avoids confusion when more than one version if ICON is used on the same 
  47. system.)  You should either change the names in the batch files to match the 
  48. names on your system, or rename your translator and executor to match the 
  49. expectations of the batch files. 
  50.  
  51. For more information on the implementation of the program read Chapter 4 of
  52. the enclosed thesis.  You should also read the comments in the TRAN1.ICN 
  53. source program and the TRAN1.BAT batch file.
  54.