Information about asm to c transfer

Status
Not open for further replies.

jhanus

New Member
Hello,

I'm slowly finishing everything there is with assembler in 16f and 18f family and I want to program PIC in C.

I have c++ background, although it was never fun as it's with asm.
So please, give suggestions for best books on programming PICs with c, also I will work with Hi-Tech PICC.

Thanks.
 
Any good general C book will work. I like O'Reilly's "Practical C programming" and A Presses "Beginning C: from novice to professional".
 
Thanks, finally someone.

I will give a look to specified books.
A question, is 'syntax' (instructions) same in all c compilers?
 
if a compiler claims to be ANSI-C compliant, yes.

PIC C compilers are "almost" compliant, the deviations are usually given in the compiler manual.
 
felis said:
if a compiler claims to be ANSI-C compliant, yes.

PIC C compilers are "almost" compliant, the deviations are usually given in the compiler manual.


There is some things about uC's that the standard do not cover. Each compiler vendor has come come up with their own way of handling these things.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…