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,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!brutus.cs.uiuc.edu!apple!vsi1!wyse!mips!murphy From: murphy@mips.COM (Mike Murphy) Newsgroups: comp.lang.ada Subject: Re: Memory Access Question Message-ID: <24171@gumby.mips.COM> Date: 28 Jul 89 00:48:02 GMT References: <1372@crdgw1.crd.ge.com> <1706@unix.SRI.COM> Reply-To: murphy@mips.COM (Mike Murphy) Organization: MIPS Computer Systems, Sunnyvale, CA List-Id: Others have commented that you should write in assembler to do low-level memory accesses, but keep in mind that you don't really need to leave Ada to use assembly language: just use machine-code insertions! It's for this kind of application that Ada provides machine_code. Now if your compiler does not support machine code then you're out of luck, but a number of good Ada compilers do. -- -- Mike Murphy -- UUCP: sun!decwrl!mips!murphy -- AT&T: (408) 991-0438