home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol151 / 68kforth.lbr / -READ.ME next >
Encoding:
Text File  |  1985-02-10  |  1.5 KB  |  36 lines

  1. FORTH based FORTH compiler for Motorola MC68000 by:
  2.  
  3. Raymond L. Buvel
  4. Box 3071
  5. Moscow, ID 83843
  6.  
  7. This disk contains a compiler for the Motorola MC68000 that compiles a subset 
  8. of the FORTH language.  The files are as follows:
  9.  
  10. M68K.DOC
  11.     Text of an article describing the compiler that was sent to Dr. Dobb's
  12.     Journal.  This article should be read before doing anything else.
  13.  
  14. LIST1.LST
  15. LIST2.LST <---< This was omitted from the .LBR (see SCREEN.COM below)
  16. LIST3.LST    when it was compiled at Thousand Oaks RCP/M
  17.     Listings refered to in the above article.
  18.  
  19. M68COMP.SCR
  20.     FORTH source code for the compiler.  This code was developed and tested
  21.     on Laboratory Microsystems Z-80 FORTH version 1.14 but should be 
  22.     transportable to any fig-FORTH or FORTH-79 system with little 
  23.     modification.  This file is a random access screen file supported by
  24.     Z-80 FORTH.  LIST2.LST contains a listing of this file in a format that
  25.     can be printed or edited with any CP/M editor.
  26.  
  27. SCREEN.C
  28. SCREEN.COM
  29.     Utility program for producing a listing of a Z-80 FORTH screen file.  
  30.     Note.. the screen file can contain no unallocated screens or this 
  31.     utility will not work properly nor will PIP and many other routines. 
  32.     This program can be compiled with C80 from The Software Toolworks.  To 
  33.     reproduce LIST2.LST type SCREEN <M68COMP.SCR >LIST2.LST
  34.     Note that the input and output can be redirected to any device 
  35.     supported by CP/M.
  36.