home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / forth-83 / f83v2-80.ark / -READ.ME next >
Text File  |  1987-02-05  |  2KB  |  37 lines

  1. F83V2-80.ARK contains F83.COM, a public domain implementation of 
  2. FORTH-83 version 2.0 for CP/M-80 that is ready to run.  It also 
  3. contains source files.  
  4.  
  5. These files are identical to those distributed in F83V2-80.LBR.  They 
  6. have now been put into this ARK to take advantage of the more efficient 
  7. file compression methods available.
  8.  
  9. The original Laxen-Perry distribution had these files squeezed with a 
  10. program that took hours (!) to run to unsqueeze. 
  11.  
  12. The VIEW word expects certain source blocks to be on drive A: and 
  13. certain source files to be on drive B:.  If you have a hard disk 
  14. system, you can  follow the directions in README.80 to recompile your 
  15. system with all of the source blocks on your hard disk and the VIEW 
  16. file numbers will be set up correctly. 
  17.  
  18. Here are the files in this ARK:
  19.  
  20. --> FILE:  F83     .COM         The FORTH system compiled.
  21. --> FILE:  README  .1ST         This file
  22. --> FILE:  README  .80          Original F83 instructions
  23. --> FILE:  F83-FIXS.TXT         Changes from F83 v.1.0
  24.                          These "blocks" are the F83 sources
  25. --> FILE:  KERNEL80.BLK         Kernel source
  26. --> FILE:  META80  .BLK         Metacompiler source
  27. --> FILE:  CPU8080 .BLK         8080 dependent code   
  28. --> FILE:  EXTEND80.BLK         Extensions source
  29. --> FILE:  UTILITY .BLK         The UTILITY source 
  30.                          These blocks are applications
  31. --> FILE:  HUFFMAN .BLK         A VERY slow compression program
  32. --> FILE:  CLOCK   .BLK         Source for a calendar example
  33. --> FILE:  EXPAND80.BLK         Original source to expand .HUF
  34. --> FILE:  BASIC   .BLK         BASIC compiler in F83
  35.  
  36. --Keith Petersen, W8SDZ  5-Feb-87
  37.