• code size
    I made a small test program to test the AT89C2051 controller board. Project is created with startup file in keil. program is getting compiled but not running from controller. hex code is generated...
  • 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...