define a constant to an absolute address

How to define the following constant to an absolute address at 0x1000?

unsigned char code index[] =
{
  0x3,
  0x5,
  0x6
} ;    //a constant mem in a file


Thanks for any help!

More questions in this forum