A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
hi, I have been using MBLAB 6.30 to convert assembly program and write to PIC16F877. Can any one suggest me a webside to download a C compiler, which convert into assembly language or HEX file or write to PIC16F877. Thanks |
|
|
|
There are at least 2 free C compilers. PIC C Lite (www.htsoft.com) and CC5X (google for it). Both have limits that keep you from writing large programs but for smaller stuff (2K or so) they both work. --- In , "newbietalk" <newbietalk@y...> wrote: > hi, > > I have been using MBLAB 6.30 to convert assembly program and write to > PIC16F877. Can any one suggest me a webside to download a C compiler, > which convert into assembly language or HEX file or write to > PIC16F877. > > Thanks |