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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,570b95527f176df8,start X-Google-Attributes: gid103376,public From: Roy Grimm Subject: Inline assembly in GNAT Date: 1999/03/04 Message-ID: <36DECF35.74D4C3BB@bigfoot.com>#1/1 X-Deja-AN: 451248784 Content-Transfer-Encoding: 7bit Organization: Me, Myself and I (Not representing my company) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-04T00:00:00+00:00 List-Id: I've recently downloaded GNAT 3.10 (Windoze/Intel version) and installed it. I'm now starting to try it out. I've been doing embedded software work in Ada83 (and C) for several years and I'd like to give it a go with GNAT and Ada95. I'm running into some difficulty understanding the inline assembly abilities of GNAT. It's entirely likely that I'm just trying to read too much into the documentation or some such thing. Nevertheless, I've hopelessly confused myself and I would appreciate it if someone could point me in the right direction. I'd like to start with implementing some simple instructions and build up from there. Can someone point me to some example code or perhaps a good book which explains the inline assembly implementation in GNAT? Thanks, Roy Grimm