• 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...
  • code size ????
    I am using 8051 based device, I got 64K external Flash as code storage, but I found that when my code size approch 64K size limit the program will becomes very unstable and hang abnormally. Does any...
  • code size in restricted version
    while building the target, I got the following message.. * RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT; USED: 092DH BYTE (114%) * ******************************************************...
  • Size of programme code
    Hi all can anybody help me out how to determine size a progrrame is taking on a RAM... plzzz help me out
  • Same function different code size
    Dear all, I'm using IAR 8.22.2 I have two projects. In one project function_x's size is 0x5b2. In other project function_x's size is 0x6c2. These are exactly the same functions and optimization...