comp.lang.ada
 help / color / mirror / Atom feed
* A copy question....
@ 2001-10-15 10:40 Zebylon
  2001-10-15 11:21 ` Dale Stanbrough
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Zebylon @ 2001-10-15 10:40 UTC (permalink / 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...?






^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2001-10-17  1:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-15 10:40 A copy question Zebylon
2001-10-15 11:21 ` 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

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