From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3025dd6d917b499c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.87.37 with SMTP id u5mr558637paz.40.1353058335734; Fri, 16 Nov 2012 01:32:15 -0800 (PST) MIME-Version: 1.0 Path: 6ni89304pbd.1!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!news-hub.siol.net!news1.t-com.hr!newsfeed.CARNet.hr!newsfeed.x-privat.org!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada, the best language with the not-so-best tool chain Date: Sat, 10 Nov 2012 02:05:23 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <38af7fb8-b0a4-4a31-87aa-b7b698cc89c3@googlegroups.com><3ca0ffd0-1764-484b-8fab-17c0d2dd9463@googlegroups.com><1f645050-cf4c-40bf-a797-9687b69e4a54@googlegroups.com><18ats2960nsvm$.kfufsnul13aq$.dlg@40tude.net><5072c9ae$0$6562$9b4e6d93@newsspool4.arcor-online.net><4keoa6epdxt7.1nnwxy7v7ar90.dlg@40tude.net><5072dc68$0$6554$9b4e6d93@newsspool4.arcor-online.net><1f7cmfp1l65w1.1deog8cfxbs0u$.dlg@40tude.net><5072e37a$0$6556$9b4e6d93@newsspool4.arcor-online.net><877gr0hcvz.fsf@ludovic-brenta.org> <87sj8kzbac.fsf@adaheads.sparre-andersen.dk> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1352534729 5702 69.95.181.76 (10 Nov 2012 08:05:29 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sat, 10 Nov 2012 08:05:29 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original Date: 2012-11-10T02:05:23-06:00 List-Id: "Brian Drummond" wrote in message news:k7il5s$gql$1@dont-email.me... ... >> That's not quite true, in that there surely exists a Z80 toolchain >> (early Janus/Ada) - it just hasn't been updated or supported in more >> than a decade and it only runs on CP/M. I suppose it might run on some >> emulator. (Another issue is that I don't think the binary exists on >> anything other than 8" floppy disks, which might be hard to read today.) > > Depends how you parse "of these" - I did mean "of these latter" when I > wrote it, having drooled over the Grey Matter catalogue in my younger > days. If the source exists in any modern form, it can probably be > compiled on a Z80-CP/M emulator. I would offer to help convert the > floppies, but I abandoned a very nice CP/M system in a loft several house > moves ago. I did find part of the source on some ancient 5 1/4" floppies. One disk wasn't readable, unfortunately, and I had tossed the redundant backups in one of our previous moves (I had always keep two copies of every master floppy, but decided to save on space by getting rid of the extra ones). I did retrieve the backend and runtime library, and put those into our version control. I always figured it would make more sense to tie those to a modern front-end rather than try to get the 1985 version running, so they were my primary target anyway. The 8" floppy versions probably are worthless; I still have one set of 8" floppy drives and our "best" Z-80 computer, but the last time I tried that I couldn't get it to boot -- probably corroded somewhere from sitting around in basements. And I'm sure its in worse shape now (10 or so years later). I've got the compiler on various weird 5 1/4" formats (like the Apple II CP/M), but probably nothing that a PC could read. If there was enough interest, I dig out all of the disks that we have and see if I can read any of the binaries. Might have to find a CP/M floppy reading program (I expect it exists). Anyway, if someone is seriously interested, they ought to contact me and I can try to figure out how much work it would be to get it to run and/or find the binary. Randy.