I Have to learn to program a pic16f877a in assembly language, but i dont know anything of programming, any recomendation? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I Have to learn to program a pic16f877a in assembly language, but i dont know anything of programming, any recomendation?

12th May 2019, 5:08 PM
Gregory Sánchez
4 Answers
+ 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
12th May 2019, 8:58 PM
inxanedev!
inxanedev! - avatar
+ 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.
12th May 2019, 7:41 PM
Werg Serium
Werg Serium - avatar
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.
12th May 2019, 5:14 PM
Théophile
Théophile - avatar
0
I say to you all that the first time that i program in the pic i use assembly.
12th May 2019, 10:59 PM
Werg Serium
Werg Serium - avatar