home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / REC.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1986-12-01  |  1.8 KB  |  63 lines

  1.  
  2. Contents of this disk:
  3.  
  4.    REC86.EXE
  5.     Executable code for the REC compiler (under MS-DOS).
  6.  
  7.    REC86F.EXE
  8.     Executable code for the REC compiler (under MS-DOS) with
  9.     floating point arithmetic support.
  10.  
  11.    CONVERT.REC
  12.     Convert compiler (in REC).
  13.  
  14.    CNVLIB.REC
  15.     Run time library for Convert programs.
  16.  
  17.    MAZE.CNC, MAZE.REC
  18.     Program to determine all paths through a maze.
  19.     (MAZE.CNV: source in Convert; MAZE.REC: compiled into REC)
  20.  
  21.    CALC.CNV, CALC.REC
  22.     Six-operator calculator (addition, subtraction, multiplication,
  23.     division, exponentiation and residue)
  24.  
  25.    BORRA.CNV, BORRA.REC
  26.     Selective erasure program with options to show the initial contents.
  27.  
  28.    DUMP.CNV, DUMP.REC
  29.     Hexadecimal dump program.
  30.  
  31.    OFF.CNV, OFF.REC
  32.     Program to turn off high order bits in all bytes of a file.
  33.  
  34.    ATISNG.CNV, ATISNG.REC
  35.     Program to print, with a heading, on a single side of the paper
  36.     (for a Seikosha ATI Z-3000 printer or compatible)
  37.     (Usage: REC86 ATISNG a1,a2,a3,... where each ai is filename or
  38.     ambiguous filename reference)
  39.  
  40.    ATIDOU.CNV, ATIDOU.REC
  41.     Program to print, with a heading, on both sides of the paper
  42.     (for a Seikosha ATI Z-3000 or compatible; usage as that of ATISNG).
  43.  
  44.    PRDO.CNV, PRDO.REC
  45.     Program similar to ATIDOU, for any printer.
  46.  
  47.    GATO.CNV, GATO.REC
  48.     Program to play tic-tac-toe.
  49.  
  50.    CCONVERT.CNV, CCONVERT.REC
  51.     Convert compiler in Convert.
  52.  
  53.    RCONVERT.CNV, RCONVERT.REC
  54.     Convert compiler in Convert, using the pattern/skeleton
  55.     (REC/.../).
  56.  
  57.    COMEJ.CNV, COMEJ.REC
  58.     Program to compile all other Convert programs on this disk.
  59.  
  60.    REC87.EXE
  61.     Executable code for the REC compiler (under MS-DOS) with
  62.     floating point arithmetic support using the 8087.
  63.