home *** CD-ROM | disk | FTP | other *** search
-
- Contents of this disk:
-
- REC86.EXE
- Executable code for the REC compiler (under MS-DOS).
-
- REC86F.EXE
- Executable code for the REC compiler (under MS-DOS) with
- floating point arithmetic support.
-
- CONVERT.REC
- Convert compiler (in REC).
-
- CNVLIB.REC
- Run time library for Convert programs.
-
- MAZE.CNC, MAZE.REC
- Program to determine all paths through a maze.
- (MAZE.CNV: source in Convert; MAZE.REC: compiled into REC)
-
- CALC.CNV, CALC.REC
- Six-operator calculator (addition, subtraction, multiplication,
- division, exponentiation and residue)
-
- BORRA.CNV, BORRA.REC
- Selective erasure program with options to show the initial contents.
-
- DUMP.CNV, DUMP.REC
- Hexadecimal dump program.
-
- OFF.CNV, OFF.REC
- Program to turn off high order bits in all bytes of a file.
-
- ATISNG.CNV, ATISNG.REC
- Program to print, with a heading, on a single side of the paper
- (for a Seikosha ATI Z-3000 printer or compatible)
- (Usage: REC86 ATISNG a1,a2,a3,... where each ai is filename or
- ambiguous filename reference)
-
- ATIDOU.CNV, ATIDOU.REC
- Program to print, with a heading, on both sides of the paper
- (for a Seikosha ATI Z-3000 or compatible; usage as that of ATISNG).
-
- PRDO.CNV, PRDO.REC
- Program similar to ATIDOU, for any printer.
-
- GATO.CNV, GATO.REC
- Program to play tic-tac-toe.
-
- CCONVERT.CNV, CCONVERT.REC
- Convert compiler in Convert.
-
- RCONVERT.CNV, RCONVERT.REC
- Convert compiler in Convert, using the pattern/skeleton
- (REC/.../).
-
- COMEJ.CNV, COMEJ.REC
- Program to compile all other Convert programs on this disk.
-
- REC87.EXE
- Executable code for the REC compiler (under MS-DOS) with
- floating point arithmetic support using the 8087.