On Thu, Feb 7, 2019 at 1:35 PM emanuel stiebler via cctalk
<cctalk at classiccmp.org> wrote:
On 2019-02-07 11:34, Ron Pool via cctalk wrote:
The CP/M-68K 1.0x source distribution at
http://www.uxpro.com/cpm/www.cpm.z80.de/source.html includes a VAX/VMS
distribution of Digital Research's 68K cross development software for
VAX/VMS.
Anybody out here tried it?
I haven't (yet). I just learned about it and am still exploring the files.
I like to set up a cpm68k system, and doing that on a
VAX would be much
more fun ;-)
Looks like there are a couple hundred .COM files in the source archive...
# cat ./v101/c/preproc/make.com
$ set noon
$ set def [steve.cpm68k.c.preproc]
$ copy machine.68k machine.h
$ cc68 cexpr
$ cc68 lex
$ cc68 macro
$ cc68 main
$ cc68 preproc
$ cc68 util
$ @reload
Definitely DCL, definitely VMS.
-ethan