home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / f83 / readme.1st < prev    next >
Text File  |  1985-02-09  |  3KB  |  62 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 NSQ and you can unsqueeze them 
  4. with the NUSQ 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. AUSQ 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:AUSQ A:filename.BQK to make filename.BLK on your default drive. 
  11.  
  12. CRCK4 or CRCK is a hash checksum program to help you tell if you have good 
  13. copies of the files.  Type CRCK4 *.* (or CRCK *.*) and see if what you have 
  14. agrees with the values listed below. This should assure you that you have a 
  15. good copy of the disk. 
  16.  
  17. F83.COM is the ready to run FORTH system.  
  18.  
  19. The MS-DOS version is set up to use the IBM-PC cursor positioning codes.
  20. This won't work on other MS-DOS machines such as the TI Professional. 
  21. To fix this, start F83, then type EDITOR DUMB and you can use the editor 
  22. commands as though you have a dumb terminal.
  23.  
  24. The VIEW word expects certain source blocks to be on drive A: and certain
  25. source files to be on drive B:.  If you have a hard disk system, you can 
  26. follow the directions in README.PC to recompile your system with all of the 
  27. source blocks on your hard disk and the VIEW file numbers will be set up 
  28. correctly. 
  29.  
  30. CRCK ver 4.2B (MS DOS VERSION )  Here are the files on the MS-DOS disk:
  31. CTL-S pauses, CTL-C aborts
  32.                                                                             
  33.  
  34. --> FILE:  F83     .COM         CRC = D3 3E  FORTH system compiled.
  35. --> FILE:  README  .1ST         CRC =        This file
  36. --> FILE:  NUSQ    .COM         CRC = DD 00  The unsqueeze program
  37. --> FILE:  NSQ     .EXE         CRC = 23 CA  The squeeze program
  38. --> FILE:  README  .PQ          CRC = 2D F6  Original F83 instructions
  39. --> FILE:  F83-FIXS.TQT         CRC = 24 CD  Changes from F83 v.1.0
  40.                          These "blocks" are the F83 sources squeezed
  41. --> FILE:  KERNEL86.BQK         CRC = 2B 60  Kernel source
  42. --> FILE:  META86  .BQK         CRC = 5B BE  Metacompiler source
  43. --> FILE:  CPU8086 .BQK         CRC = 4D 6E  8086 dependent code   
  44. --> FILE:  EXTEND86.BQK         CRC = F5 C0  Extensions source
  45. --> FILE:  UTILITY .BQK         CRC = ED 3E  The UTILITY source 
  46.                          These blocks are applications
  47. --> FILE:  HUFFMAN .BQK         CRC = 7C B7  A VERY slow compression program
  48. --> FILE:  CLOCK   .BQK         CRC = 47 A2  Source for a calendar example
  49. --> FILE:  EXPAND86.BQK         CRC = 3F F6  Original source to expand .HUF
  50. --> FILE:  BASIC   .BQK         CRC = 37 E6  A BASIC compiler in FORTH-83
  51.  
  52.  
  53. Ted Shapin. July 31, 1984.                                      
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.