At 04:18 PM 2/5/99 -0600, you wrote: >Hi, > >Well, after the comments I received from this list, I have decided to by a >C compiler. The CCS compiler seems to be the only one I've found in my >price range. Before I purchase it, I thought I'd ask what the PIC'ers >thought about the CCS compiler. Sooooo... what do ya think ? > >TIA, >Eric I've been extremely happy with it. It integrates well with MPLAB, and contains libraries of a lot of different functions (such as serial communication). Each C instruction maps to a group of assembly instructions. Thus, I've found it to be educational as well, since I can implement serial communication in 2 instructions and then look at the assembler that is generated to see how it is implemented. I think it is well worth the money. John Hansen