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,UTF8 X-Google-Thread: 103376,5d871f76fe07e269 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-19 06:08:55 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!news.worldonline.be!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: =?utf-8?b?UmU6IGxhIGNvaMOpcmVuYw==?= =?utf-8?b?ZSBkZXMgcmVwcsOpc2VudA==?= =?utf-8?b?YXRpb25z?= Date: 19 Feb 2004 15:07:57 +0100 Organization: Worldonline Belgium Sender: lbrenta@lbrenta Message-ID: References: <24a5995f.0402190045.275ba414@posting.google.com> NNTP-Posting-Host: ppp-62-235-80-42.tiscali.be Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: news.worldonline.be 1077199726 16222 62.235.80.42 (19 Feb 2004 14:08:46 GMT) X-Complaints-To: abuse@worldonline.be NNTP-Posting-Date: Thu, 19 Feb 2004 14:08:46 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:5667 Date: 2004-02-19T15:07:57+01:00 List-Id: h.robert@faiveley.fr (hugues) writes: > how to test the "cohérence"(french word) between Assembler for cpu > 32 and Ada83 langages , when they are interfacing one an other wtih > pragma interface? I mean to parameters in, out etc ..... cohérence = consistency You want to ensure that your Ada and assembler programs use the same calling convention. The answer depends on your target platform and compiler. -- Ludovic Brenta.