??? 08/09/07 14:34 Modified: 08/09/07 14:41 Read: times |
#142990 - yet Responding to: ???'s previous message |
Christoph Franck said:
Regardless of which memory model you use, you can always chose to override the default memory space by using an appropriate qualifier (data, idata, pdata, xdata, code) in the declaration of your variables. ok... i tryed it... for example: unsigned char idata XXX = 0xAA _at_ 0x80; it is a over 128 bytes of "data" but quantity of "data" is not decreased.... and i not see "idata" in the string after compilation: SMALL model.... : Program Size: data=146.3 xdata=0 code=18950 Target not created COMPACT model... i got: Program Size: data=16.3 xdata=137 code=20156 creating hex file from ....... |