Brad Stevenson wrote: >Any comments on these compilers or other compilers I'm not aware of >would be really appreciated. >Thanks, >Brad Stevenson, CE I have used the HiTech Pic C compiler for about 4 months now, converting from the CCS PCW compiler. I like it, except the optimization feature can give you a headache because your not always sure what is will do with your code ! For example, I use the 74a' and I am pretty close to memory capacity. When I installed their newest patch, the optimization created larger code and pushed me beyond the memory of the 74a. Now what is strange is I can just move some code around (without deleting anything) and re-compile it and it sometimes uses less memory. So, if your tight on memory be careful with c programming. Allan