??? 08/09/07 15:30 Modified: 08/09/07 15:31 Read: times |
#142998 - keil-128, at89c51rd2-256 Responding to: ???'s previous message |
Christoph Franck said:
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. here: Program Size: data=146.3 xdata=0 code=18950 Target not created here is data 146>128, and this 128,that i see in this string=(data+idata)of(0-127) + (idata)of(128-255) but it is in at89c51rd2 = 256 bytes.... and in keil 128 ????????? |