• 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...
  • 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...
  • 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...
  • 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...
  • How to know lib function code size
    Hi, After compiling my project, following library functions are listed in the m51 file. C:\KEIL\C51\LIB\C51L.LIB (?C_INIT) C:\KEIL\C51\LIB\C51L.LIB (?C?COPY) C:\KEIL\C51\LIB\C51L.LIB (?C?CLDPTR...