How can I get the starting address of a constant array?
Ttelmah Guest
Posted: Wed Nov 14, 2007 10:40 am
A constant array, is stored as a program, followed by the data.
The 'label_address' function, returns the address of the actual data, which can be accessed using the read_program_memory function (if the chip supports this).
On the latest compilers, the array name, returns the same data.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum