home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTH / F83V2_80.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1987-02-14  |  2.5 KB  |  51 lines

  1. This disk contains F83.COM, a public domain implementation of FORTH-83 that
  2. is ready to run. It also contains source files in squeezed format.  I have 
  3. squeezed them using the public domain utility SQ and you can unsqueeze them 
  4. with the USQ utility. Squeezed files have a Q in the file type.
  5.  
  6. The original Laxen-Perry distribution had these files squeezed with a program
  7. that took hours (!) to run to unsqueeze. USQ will run in minutes and the 
  8. squeezed files take up less space than the original distribution disk. Make B: 
  9. (or C:) your default drive. Have plenty of room on your default drive and then 
  10. type A:USQ20 A:filename.BQK to make filename.BLK on your default drive. 
  11.  
  12. Type CRCK *.* and see if what you have agrees with the values listed below. 
  13. This should assure you that you have a good copy of the disk. 
  14.  
  15. The VIEW word expects certain source blocks to be on drive A: and certain
  16. source files to be on drive B:.  If you have a hard disk system, you can 
  17. follow the directions in README.80 to recompile your system with all of the 
  18. source blocks on your hard disk and the VIEW file numbers will be set up 
  19. correctly. 
  20.  
  21. Here are the files on the disk:
  22.  
  23. --> FILE:  F83     .COM         CRC = 09 33  The FORTH system compiled.
  24. --> FILE:  README  .1ST         CRC =        This file
  25. --> FILE:  USQ20   .COM         CRC = 5F 25  CPM80 unsqueeze program
  26. --> FILE:  SQ17    .COM         CRC = 25 09  CPM80 squeeze program
  27. --> FILE:  README  .8Q          CRC = DD E2  Original F83 instructions
  28. --> FILE:  F83-FIXS.TQT         CRC = 52 E2  Changes from F83 v.1.0
  29. --> FILE:  CRCK    .COM         CRC = 2D 47  CPM80 hash check program 
  30.                          These "blocks" are the F83 sources squeezed
  31. --> FILE:  KERNEL80.BQK         CRC = B8 75  Kernel source
  32. --> FILE:  META80  .BQK         CRC = 6E D8  Metacompiler source
  33. --> FILE:  CPU8080 .BQK         CRC = 08 B1  68000 dependent code   
  34. --> FILE:  EXTEND80.BQK         CRC = ED D0  Extensions source
  35. --> FILE:  UTILITY .BQK         CRC = 4E 38  The UTILITY source 
  36.                          These blocks are applications
  37. --> FILE:  HUFFMAN .BQK         CRC = 25 1A  A VERY slow compression program
  38. --> FILE:  CLOCK   .BQK         CRC = 0B C0  Source for a calendar example
  39. --> FILE:  EXPAND80.BQK         CRC = AE E5  Original source to expand .HUF
  40. --> FILE:  BASIC   .BQK         CRC = 1B 94  BASIC compiler in F83
  41.  
  42. Ted Shapin. July 31, 1984.                                      
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.