Dear allI'm developing a program containing some constants
const int foo[] = { 0,1,2 ... };
const int luigi[] = { 10,20, ... };
I want to allocate all constants of my program at memory address. Reading the manual I noticed that it is p..