Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.
 
Thanks, finally someone. :rolleyes:

I will give a look to specified books.
A question, is 'syntax' (instructions) same in all c compilers?
 
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.

Latest threads

New Articles From Microcontroller Tips

Back
Top