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=-0.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b81416d73a6a56b6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-31 05:36:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.clara.net!heighliner.fr.clara.net!freenix!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Ada and Assembler Date: Sun, 31 Mar 2002 07:34:51 -0600 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1017581762 89663 137.194.161.2 (31 Mar 2002 13:36:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sun, 31 Mar 2002 13:36:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:21918 Date: 2002-03-31T07:34:51-06:00 ----- Original Message ----- From: "Henrik Quintel" Newsgroups: comp.lang.ada To: Sent: March 31, 2002 7:10 AM Subject: Ada and Assembler > Dear all, > is it possible to link an external assembler file to an Ada program and to > call an assembler operation from an Ada program? > If yes, please let me know how. Perhaps it is also possible to include > assembler code direct in the Ada Code? I have searched in the AARM but I > haven't found anything that has something to do with interfacing to > assembler code. So it would be very friendly if someon ecan give me a hint > for this problem. > The Ada terminology for what you are wanting is Machine Code Insertions. Please consult your compiler documentation for information on that subject. David Hoos > Thanks in adavance. > > Yours Henrik > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >