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.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be920da40970e1c2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-03 21:10:08 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!xfer13.netnews.com!netnews.com!feeder.qis.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: gnat/ppc and a32 blt transfers Date: Sat, 04 Nov 2000 05:02:44 GMT Organization: Deja.com - Before you buy. Message-ID: <8u059j$luj$1@nnrp1.deja.com> References: <3A007357.FF3475A0@mindspring.com> <3A01C76C.86CEA181@mindspring.com> NNTP-Posting-Host: 129.37.79.74 X-Article-Creation-Date: Sat Nov 04 05:02:44 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x72.deja.com:80 (Squid/1.1.22) for client 129.37.79.74 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:1776 Date: 2000-11-04T05:02:44+00:00 List-Id: In article <3A01C76C.86CEA181@mindspring.com>, Al Johnston wrote: > I am not sure what to make of the "if you want to program in > asm..." remark.... All I was doing here was accessing > memory... There is no such thing as "accessing memory" in Ada, the definition of the Ada language is at a much higher semantic level, and the compiler can produce any sequence of code that meets the semantic requirement using the standard instruction set of the machine. if you have some definite requirement, as in this case, for issuing specific sequences of machine instructions, that should be programmed in machine language insertions, or in assembly language. Sent via Deja.com http://www.deja.com/ Before you buy.