who can program in assembly language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

who can program in assembly language?

is it useful to program microcontroller in assembly language? if yes why?

12th Feb 2017, 9:05 AM
L Boudhar
L Boudhar - avatar
2 Answers
+ 12
Most modern day controllers can be programmed with some kind of C like language, so getting that deep as Assembler is not really necessary. However if you want to be in full control - Assembler is the way, that's like talking to the processor in its native language :D
12th Feb 2017, 10:19 AM
Nikolay Nachev
Nikolay Nachev - avatar
+ 1
Assembly gets you to really low level, doing what you want woth the machine. Also useful in understanding os code
12th Feb 2017, 4:53 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar