home *** CD-ROM | disk | FTP | other *** search
- FORTH based FORTH compiler for Motorola MC68000 by:
-
- Raymond L. Buvel
- Box 3071
- Moscow, ID 83843
-
- This disk contains a compiler for the Motorola MC68000 that compiles a subset
- of the FORTH language. The files are as follows:
-
- M68K.DOC
- Text of an article describing the compiler that was sent to Dr. Dobb's
- Journal. This article should be read before doing anything else.
-
- LIST1.LST
- LIST2.LST <---< This was omitted from the .LBR (see SCREEN.COM below)
- LIST3.LST when it was compiled at Thousand Oaks RCP/M
- Listings refered to in the above article.
-
- M68COMP.SCR
- FORTH source code for the compiler. This code was developed and tested
- on Laboratory Microsystems Z-80 FORTH version 1.14 but should be
- transportable to any fig-FORTH or FORTH-79 system with little
- modification. This file is a random access screen file supported by
- Z-80 FORTH. LIST2.LST contains a listing of this file in a format that
- can be printed or edited with any CP/M editor.
-
- SCREEN.C
- SCREEN.COM
- Utility program for producing a listing of a Z-80 FORTH screen file.
- Note.. the screen file can contain no unallocated screens or this
- utility will not work properly nor will PIP and many other routines.
- This program can be compiled with C80 from The Software Toolworks. To
- reproduce LIST2.LST type SCREEN <M68COMP.SCR >LIST2.LST
- Note that the input and output can be redirected to any device
- supported by CP/M.