??? 08/09/07 14:45 Modified: 08/09/07 14:46 Read: times |
#142992 - Linker listing file. Responding to: ???'s previous message |
but quantity of "data" is not decreased....
and i not see "idata" in the string after compilation: The short summary on memory usage that the linker gives does not distinguish between data and idata (partially because data and idata overlap, and partially because this output is only intended to be a very rough summary). If you want exact information on memory usage, you will need to examine the linker listing file. |