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,start X-Google-Attributes: gid103376,public X-Google-Thread: f46e8,9e552b370ddcd8b,start X-Google-Attributes: gidf46e8,public X-Google-ArrivalTime: 2003-08-05 03:29:38 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: debs.wisbey@amsjv.com (Debs Wisbey) Newsgroups: comp.lang.ada,comp.os.msdos Subject: ASM 86 file for use with GNAT for MS-DOS Date: 5 Aug 2003 03:29:38 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1060079378 22483 127.0.0.1 (5 Aug 2003 10:29:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 5 Aug 2003 10:29:38 GMT Xref: archiver1.google.com comp.lang.ada:41200 comp.os.msdos:1308 Date: 2003-08-05T10:29:38+00:00 List-Id: Dear All, I am porting some Ada code from the old Alsys compiler to the new GNAT 3.10p for MS-DOS compiler, and some of the coding uses a file which has been written for assembly using ASM 86(I think). I have the old *.obj file that was generated and wondered if it is possible for me to link this file using GNAT 3.10p for MS-DOS? If not, can anyone suggest an alternative assembler, with good documentation, that I could use to create a new object file? I have very little knowledge of Assembly language (about 3 tutorials at uni) so any help would be greatly appreciated. Thank you for any help that you can give me, Debs.