• Code size
    Hi everyone, I recently switched to programming 8052 from PICs for curiosity sake, and MY GOD...!!! those have the speed. they are simple simple but brutal (this is just my experience). but I was...
  • code size,flash size
    I have lpc1788 that has 512k code flash. In compiler it says Program Size: Code=80116 RO-data=415660 RW-data=1628 ZI-data=6021108 and my .axf file is 990kb. which data should I look for...
  • CODE SIZE LIMIT
    HI. i am programing AT89S8253 my code is about 900 lines and yet to increase.... while building target... it displays... RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT USED:085BH... plss help...
  • Code size question
    I viewed one of my the *.lst file to determine the code size. Here are what listed: Static Overlayable Code size 46267 -- Constant size 8042 -- xdata size 21 832 pdata size -- -- data size 20...
  • about code size
    hi, I'm a C51 beginner,I writen a C51 program which generated binary code about 30Kbytes, but in .asm program,it generated binary code only about 16Kbyte. How can I save the C51 program's code size? thanks...