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,9e552b370ddcd8b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-08 08:30:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!newsfeed.news2me.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny03.gnilink.net.POSTED!53ab2750!not-for-mail From: Ed Falis Newsgroups: comp.lang.ada Subject: Re: ASM 86 file for use with GNAT for MS-DOS Message-ID: <20030808112644.7eedf747.falis@verizon.net> References: X-Newsreader: Sylpheed version 0.9.4claws (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Fri, 08 Aug 2003 15:30:47 GMT NNTP-Posting-Host: 151.203.75.252 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny03.gnilink.net 1060356647 151.203.75.252 (Fri, 08 Aug 2003 11:30:47 EDT) NNTP-Posting-Date: Fri, 08 Aug 2003 11:30:47 EDT Xref: archiver1.google.com comp.lang.ada:41254 Date: 2003-08-08T15:30:47+00:00 List-Id: You should definitely check the assembly code to see whether it's using segmented addresses, though. The Alsys DOS compiler had a version as early as '87 (roughly) that used the 80386 flat 32 bit address space. That would probably be a V4.x and should be labelled as for the 80386 (as opposed to 80286). - Ed