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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b30bd69fa8f63cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-13 16:31:53 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: C bug of the day Date: Fri, 13 Jun 2003 18:33:08 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <1054751321.434656@master.nyc.kbcfp.com> <20030611114948.00000bcc._elh_@_terma_._com_> <20030611125000.000018b5._elh_@_terma_._com_> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:39146 Date: 2003-06-13T18:33:08-05:00 List-Id: Vinzent Hoefler wrote in message ... Erlo Haugen wrote: >>As for other 8 bits, Z80 and the like would be good candidates. >At least for 6502 and Z80 exist C-compilers, so I don't see why there >shouldn't be any Ada-Compiler. I even remember playing around with >Pascal and FORTH on a Z80 machine (around 1986). The original versions of Janus/Ada were for CP/M on 8080/Z80 machines. Certainly, in 1986 you could have purchased Janus/Ada from us. And we had several competitors on that platform. It would be relatively easy to create a cross-compiler to the Z80; we still have the majority of the source for it. Of course, it would be a significant job to bring it up to the current state of our compiler -- it's been more than 15 years since any development took place on that compiler. But we haven't had a customer who was interested enough to partially fund it. Randy.