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,ca0d61d183eeb881,start X-Google-Attributes: gid103376,public From: Gordy Subject: Direct memory access Date: 1999/03/25 Message-ID: #1/1 X-Deja-AN: 458866675 X-Sender: gbissell@leofric Content-Type: TEXT/PLAIN; charset=US-ASCII Organization: Coventry University Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-25T00:00:00+00:00 List-Id: I'm using GNAT v3.11 for IBM PC platforms. I'm trying to write some code to allow direct access to memory (for testing memory on an embedded system). I simply want something like 'C' pointers, so I can write/read values to a given memory address. I've had a look at the Machine_Code package (to write my own functions) but there must be a better way (i.e is there a function in the System package which will allow writes to memory given a value and a System.Address)? Any help greatly appreciated. Gordon.