home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol171 / abstract.171 < prev    next >
Encoding:
Text File  |  1984-05-30  |  3.9 KB  |  96 lines

  1.  
  2.     This disk contains a forth compiler for the Motorola MC86000 and
  3. an updated version of ATARIBUS.LBR which allows one to connect an Atari
  4. and a CP/M computer. We had previously thought it of enough interest to
  5. release a version of it found on a bulletin board. However, the author,
  6. Dave Walker, pointed out that the full version (which is on this disk) is
  7. needed to install this system if you don't have a BDS "C" compiler. We
  8. do not have enough room on the disk to add LU.COM so that you can remove
  9. the file from the library. However, it is available on SIG/M volume 156
  10. as well as on many disks that contain .LBR files.   Dave's memo and
  11. Ray Buvel's memo on the Forth compiler are set forth below.
  12.  
  13.                                        SIG/M
  14.     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  15.  
  16. FORTH based compiler for Motorola MC68000 by:
  17.  
  18. Raymond L. Buvel
  19. Box 3071
  20. Moscow, ID 83843
  21.  
  22. This disk contains a compiler for the Motorola MC68000 that compiles a subset 
  23. of the FORTH language.  The files are as follows:
  24.  
  25. M68K.DOC
  26.     Text of an article describing the compiler that was sent to Dr. Dobb's
  27.     Journal.  This article should be read before doing anything else.
  28.  
  29. LIST1.LST
  30. LIST2.LST
  31. LIST3.LST
  32.     Listings refered to in the above article.
  33.  
  34. M68COMP.SCR
  35.     FORTH source code for the compiler.  This code was developed and tested
  36.     on Laboratory Microsystems Z-80 FORTH version 1.14 but should be 
  37.     transportable to any fig-FORTH or FORTH-79 system with little 
  38.     modification.  This file is a random access screen file supported by
  39.     Z-80 FORTH.  LIST2.LST contains a listing of this file in a format that
  40.     can be printed or edited with any CP/M editor.
  41.  
  42. SCREEN.C
  43. SCREEN.COM
  44.     Utility program for producing a listing of a Z-80 FORTH screen file.  
  45.     Note.. the screen file can contain no unallocated screens or this 
  46.     utility will not work properly nor will PIP and many other routines.    
  47.     This program can be compiled with C80 from The Software Toolworks.  To 
  48.     reproduce LIST2.LST type SCREEN <M68COMP.SCR >LIST2.LST
  49.     Note that the input and output can be redirected to any device 
  50.     supported by CP/M.
  51.  
  52.     * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
  53.  
  54.                                         Dave Warker
  55.                                         1330 W. North St.
  56.                                         Egg Harbor, N.J. 08215
  57.                                         (609) 965-0176
  58. Tuesday, February 7, 1984
  59.  
  60.  
  61.      I recently discovered that a ATARI to CP/M interface package 
  62. which I had written has been contributed to the SIG/M library.  I 
  63. did not contribute it but I had planned to contribute it whenever 
  64. I  got ambitious enough to fill out the form and drop it  in  the 
  65. mail with a diskette.   Being slow about these things I would not 
  66. have  gotten around to it for a while so I was glad to hear  that 
  67. someone  went  and  did it for me.   However it has  come  to  my 
  68. attention  that several files were removed from the  ATARIBUS.LBR 
  69. file  which  are critical to installing the package on  a  system 
  70. when  the BDS "C" compiler is not available.   Some of the  files 
  71. affected were:
  72.  
  73.      AS.COM
  74.      AS.SYM
  75.      AMON.COM
  76.      AMON.SYM
  77.      AFC.COM
  78.  
  79. I  have  received  a few letters and phone calls  requesting  the 
  80. missing  files and in the hopes of making things easier on anyone 
  81. wanting to implement the system I have included on this  diskette 
  82. another  copy of the ATARIBUS.LBR file which includes the missing 
  83. files.   I  would appreciate it if you could somehow replace  the 
  84. previously released version with this version.
  85.  
  86.      As  a  long time user of public domain programs I  am  happy 
  87. that  I can start to repay my debt by having one of  my  programs 
  88. included  on  a  SIG/M disk and I hope to  be  sending  you  more 
  89. material  as soon as I get ambitious enough to finish off some of 
  90. it.
  91.  
  92.      Thank you for the interest please continue the great job.
  93.  
  94.                                              Dave Warker
  95.  
  96.