??? 05/05/04 06:14 Read: times |
#69871 - RE: Learning C for \\\\\\\\\\\\\\\'51, t Responding to: ???'s previous message |
Hi Erik
The same file (clock2.c) compiled (posted earlier within these threads) with SDCC and RIDE (Raisonance) yielded the following results. 885 bytes (SDCC) and 632 bytes (RIDE). That probably would be a good efficiency of the two programs. If 632 bytes = 100% then 885 bytes would = 131%. This to me would mean SDCC is 31% less efficient compared to RIDE. A more practical way of looking at it is the code would fit inside of 89C1051, 89C2051 and 89C4051. It would also perform within it parameters it was designed for. This would make it plenty good in my opinion. Regards, Charles Bannister |