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,b9437b4c7ce08a6c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-07 16:21:03 PST Path: archiver1.google.com!news2.google.com!news1.google.com!sn-xit-02!sn-post-02!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada compiler for protected-mode 80286? Date: Fri, 7 Jun 2002 18:21:08 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3CF965FA.8D5C6AEA@applink.net> X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:25482 Date: 2002-06-07T18:21:08-05:00 List-Id: Dave Littell wrote in message <3CF965FA.8D5C6AEA@applink.net>... >Hi, > >Is there an Ada compiler that will generate code for an 80286 in >protected mode? Can x86 GNAT be convinced to do this? I don't know about GNAT, but the 16-bit Janus/Ada does not do segment math, so it should work in a protected mode environment. You'd have to write (or get) the code to put the processor into that mode in the first place (we don't have it, and setting up the memory stuff is not that simple), but once there, the code would work fine. The 16-bit Janus/Ada 83 is still available; look at www.rrsoftware.com or contact me directly. Randy Brukardt.