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,INVALID_MSGID 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 From: Al Johnston Subject: Re: gnat/ppc and a32 blt transfers Date: 2000/11/04 Message-ID: <3A04CE57.52E2C951@mindspring.com>#1/1 X-Deja-AN: 689793624 Content-Transfer-Encoding: 7bit References: <3A007357.FF3475A0@mindspring.com> <3A01C76C.86CEA181@mindspring.com> <8u059j$luj$1@nnrp1.deja.com> X-Accept-Language: en X-Server-Date: 5 Nov 2000 03:03:46 GMT Content-Type: text/plain; charset=us-ascii Organization: MindSpring Enterprises Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-05T03:03:46+00:00 List-Id: > There is no such thing as "accessing memory" in Ada, the More sloppy thinking on my part... Your meaning is clear to me now. Would you mind fielding a related question? Is there any way to associate the ":=" operator with such a routine? I have always been puzzled why we can associate the relational tokens (>,<,=, etc.) to a function... but not assignment... and never sure it it was really not in the language or if I was just missinging it. Anyway, that was the real point of my inquiry about controlled types. A way to associate code with the assignment operator. thanks. -al