Hi All! Any idea why: #include <stdio.h> void main (void) { printf("A"); } after compeling I'v got 1017 bytes ? It's a half of my a89c2051 memory :-) Any ideas ?
"the same program compiled for PIC16f in ccpw from MPLAB takes about 178 bytes..." Does this "ccpw from MPLAB" provide a complete implementation of printf ie, including all the formats for all the possible ANSI 'C' data types? http://www.keil.com/support/man/docs/c51/c51_printf.htm