home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cpm68k / f83v2-68.lbr / README.1ST < prev    next >
Text File  |  1985-02-09  |  3KB  |  49 lines

  1. This disk contains F83.68K, 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. Since I don't have a CP/M68K system to use, I have squeezed the files using a 
  13. CP/M80 system.  SQ17.COM, USQ20.COM and CRCK.COM are CP/M-80 programs to 
  14. squeeze, unsqueeze and perform hash checksums on the other files on this disk.
  15. Type CRCK *.* and see if what you have agrees with the values listed below. 
  16. This should assure you that you have a good copy of the disk. 
  17.  
  18.  
  19. The VIEW word expects certain source blocks to be on drive A: and certain
  20. source files to be on drive B:.  If you have a hard disk system, you can 
  21. follow the directions in README.PC to recompile your system with all of the 
  22. source blocks on your hard disk and the VIEW file numbers will be set up 
  23. correctly. 
  24.  
  25.   Here are the files on the disk:
  26. CTL-S pauses, CTL-C aborts
  27.                                                                             
  28. --> FILE:  F83     .68K         CRC = 1B F1  68K FORTH system compiled.
  29. --> FILE:  README  .1ST         CRC =        This file
  30. --> FILE:  USQ20   .COM         CRC = 5F 25  CPM80 unsqueeze program
  31. --> FILE:  SQ17    .COM         CRC = 25 09  CPM80 squeeze program
  32. --> FILE:  README  .6Q          CRC = 0C 33  Original F83 instructions
  33. --> FILE:  F83-FIXS.TQT         CRC = 52 E2  Changes from F83 v.1.0
  34. --> FILE:  CRCK    .COM         CRC = 2D 47  CPM80 hash check program 
  35.                          These "blocks" are the F83 sources squeezed
  36. --> FILE:  KERNEL68.BQK         CRC = B3 86  Kernel source
  37. --> FILE:  META68  .BQK         CRC = 66 D0  Metacompiler source
  38. --> FILE:  CPU68000.BQK         CRC = 38 C6  68000 dependent code   
  39. --> FILE:  EXTEND68.BQK         CRC = 89 D4  Extensions source
  40. --> FILE:  UTILITY .BQK         CRC = 6E E6  The UTILITY source 
  41.                          These blocks are applications
  42. --> FILE:  HUFFMAN .BQK         CRC = 25 1A  A VERY slow compression program
  43. --> FILE:  CLOCK   .BQK         CRC = 0B C0  Source for a calendar example
  44. --> FILE:  EXPAND68.BQK         CRC = 9D 92  Original source to expand .HUF
  45. --> FILE:  BASIC   .BQK         CRC = 1B 94  BASIC compiler in FORTH
  46.  
  47.  
  48. Ted Shapin. July 31, 1984.                                      
  49.