??? 08/30/06 22:44 Read: times |
#123413 - Thanks Responding to: ???'s previous message |
Saif Ullah Khalid said:
in my experience c compiler from HI-tech (PICC)is really a wonderfull compiler when working with Midrange pic micros like 16fxx.The code generated by this compiler is highly optimised in both code and execution that in 90% of cases its comprable to assembly code. Thanks for the recommendation. It so happens that their PICC-Lite free version supports the part I'm using, and its license is also free for commercial use. I rewrote in 'C' some of the code I had already written in assembly and inspected the output and, indeed, it's not adding any bulk. And I'm sure that down the line it'll actually produce better code than I would given the fact that I'm unfamiliar with its assembly language. So I'm definitely going to use this instead and save me the headache of working with PIC assembly lanuguage. I already know more it that than I really wanted to. :) Regards, Craig Steiner |