comp.lang.ada
 help / color / mirror / Atom feed
From: "Zebylon" <sebastian.madunic@esavionics.se>
Subject: A copy question....
Date: Mon, 15 Oct 2001 12:40:10 +0200
Date: 2001-10-15T12:40:10+02:00	[thread overview]
Message-ID: <9qedad$i1p$1@newstoo.ericsson.se> (raw)

If you have an system.address variable, an data length variable and an array
of Unsigned_32. How can you move the data ranging between the address and
the address+data_length into the array?

I.G.

Address               : System.address      := 0x0200_0000;
Data_Length       : Natural                       := 200; --bytes
Array                   : array range (integer 0..375) of Unsigned_32;

Is there some smart way of placing the data in the array...?






             reply	other threads:[~2001-10-15 10:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-15 10:40 Zebylon [this message]
2001-10-15 11:21 ` A copy question Dale Stanbrough
2001-10-15 11:30   ` Dale Stanbrough
2001-10-15 11:59     ` Petter Fryklund
2001-10-15 21:04       ` Dale Stanbrough
2001-10-16  2:34         ` Jeffrey Carter
2001-10-16 11:15           ` Dale Stanbrough
2001-10-15 13:38   ` Ted Dennison
2001-10-15 13:30 ` Mark Doherty
2001-10-15 17:00 ` tmoran
2001-10-16 10:09   ` Mark Doherty
2001-10-17  0:18     ` tmoran
2001-10-17  1:14       ` David Botton
2001-10-16 23:00 ` David Botton
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox