+ 1
I Have to learn to program a pic16f877a in assembly language, but i dont know anything of programming, any recomendation?
4 Réponses
+ 2
Assembly as a first language isn't a good idea. People usually struggle with asm even after years of experience even in low level programming languages. Try out C or C++ as it's the closest you'll get to Assembly, and then slowly transition to ASM.
Keep coding!
- inxane
+ 1
You can start with assembly first if you wanna know how architecture works. If you wanna just programming something with that try first c.
0
Don't learn assembly first. Learn c or python. I'd recommended c first in your case.
Assembly isn't a good idea if you know nothing about programming, because it implies many things you'll learn progressively with other langages.
0
I say to you all that the first time that i program in the pic i use assembly.