Dear Sir how to find the total xdata ocipied in the OBJ file at the time of linking or before . Is Any settings in the compiler please give me soultion for this regards girish
When you compile a C file, the compiler generates a .LST file. The following is included at the bottom:
MODULE INFORMATION: STATIC OVERLAYABLE CODE SIZE = 30 ---- CONSTANT SIZE = 10 ---- XDATA SIZE = ---- ---- PDATA SIZE = ---- ---- DATA SIZE = ---- 2 IDATA SIZE = ---- ---- BIT SIZE = ---- ---- END OF MODULE INFORMATION.
Do you know an equivalent method if you have assembly code ? I have not found anything useful in the assembler. And what happend if you only have the objs or a lib, any idea ? Thanks in advance Javier
View all questions in Keil forum