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