This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

question about .far section

Hi

plz give an explanation to .far section. when i declare a global array such as int x[40]={1,2,3...............40} is  stored in .far location

and global variable such as int y = 20,int a = 60 are stored in .bss. The variable  x [40],a, y are global variable but they are stored in different location. plz give an explanation.where the element 1,2,3...40 are stored whether it is in .cinit section ?.

 

regards

satheesh