I'm porting for a microcontroller with segmented memory. And I want to see how memory are allocated for variables with different directives such as NEAR, FAR ..... So where can I find it in GCC source code ?
- Where in GCC that allocates the memory for variables ?? Dong Phuong