avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Fixing location of constants in .text


From: Ramkumar Rengaswamy
Subject: [avr-gcc-list] Fixing location of constants in .text
Date: Wed, 11 Aug 2004 15:39:19 -0700 (PDT)

Hi,
   I am curious to know if it is possible to fix the location of the
global constants declared in the program. To give an example,
-----------------------------
const int state_size = 0;
const state* statep = 0x0000;
-----------------------------
I would like to some way of storing these constants in the program memory
at some fixed memory locations.

Thanks,
-Ram


reply via email to

[Prev in Thread] Current Thread [Next in Thread]