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,634a8b162ea4a75 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-08 14:52:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!freenix!skynet.be!skynet.be!louie!tlk!not-for-mail Sender: lbrenta@lbrenta Newsgroups: comp.lang.ada Subject: Re: NASM and the Art of Ada. References: From: Ludovic Brenta Date: 08 Aug 2003 23:52:44 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 217.136.15.117 X-Trace: 1060379566 reader0.news.skynet.be 316 217.136.15.117:33774 X-Complaints-To: usenet-abuse@skynet.be Xref: archiver1.google.com comp.lang.ada:41263 Date: 2003-08-08T23:52:44+02:00 List-Id: Freejack writes: [...] > Any pointers on the "best" way to create an object file for linking > with Ada generated Object files? [...] Perhaps make your assembler object files conform to the C calling convention, then import the routines into your code Ada using pragma Interface (C, ...)? I think you can do this with any assembler, NASM included. -- Ludovic Brenta.