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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,edb329885d962c1d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-04 04:44:58 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-xit-09!supernews.com!freenix!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Ada and ASM Date: Thu, 4 Sep 2003 06:43:36 -0500 Organization: ENST, France Message-ID: References: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1062675885 42125 137.194.161.2 (4 Sep 2003 11:44:44 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 4 Sep 2003 11:44:44 +0000 (UTC) To: "luiX_" , Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:42137 Date: 2003-09-04T06:43:36-05:00 ----- Original Message ----- From: "luiX_" Newsgroups: comp.lang.ada To: Sent: September 04, 2003 2:47 AM Subject: Ada and ASM > Hi all, I want ot include and assembler rutine in an Ada program, does > anyone know how to do that? It will be very helpfully. See the Adqa reference manual section on machine code insertions, and the corresponding part of your Ada compiler's documentation. > > And another thing more, is there any low-level library in Ada, I would > like to do a few things that I don't know how. For example execute a > command from the operating system and getting the response from that > command. The package at http://www.adapower.com/reuse/pipes.html implements a thick Ada binding to the C commands allowing you to call another program and pipe the output to your Ada program, and/or pipe input from your Ada program. > > help me please! :) > > Thanks, > luiX_ > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >