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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,975e3dd95a32e62f X-Google-Attributes: gid103376,public From: "William D. Ghrist" Subject: Re: GNAT system.machine_code Date: 1998/02/19 Message-ID: <34EC442A.1A31@pgh.net>#1/1 X-Deja-AN: 326725235 Content-Transfer-Encoding: 7bit References: <34EB3F22.769BF0F8@vci.net> Content-Type: text/plain; charset=us-ascii Organization: Westinghouse PCD; but these are My own Humble Opinions Mime-Version: 1.0 Reply-To: ghrist*remove_to_reply*wd@pgh.net Newsgroups: comp.lang.ada Date: 1998-02-19T00:00:00+00:00 List-Id: Andy Perkins wrote: > > Can anyone explain how to use the asm procedures in GNAT's > system.machine_code package? I just need to send a few instructions in > my program, and am not really sure how that package works... > > Thanks > storm@vci.net I have a related question as well. Can anyone point me to a document that defines the syntax of the assembly language output produced by the "gcc -S" option? I am used to Intel's ASM format, and this is quite a bit different. I am just starting to learn Ada using GNAT, and I have not had any prior experience with the GNU tools. Any assistance would be appreciated. Thanks, Bill Ghrist