In embedded development, two types of programming is there i.e., assembly and c/c++ programming. This tutorial answers what is the advantage of using c programming over assembly programming ? what is the advantage of assembly programmin
What is the advantage of C programming in embedded system ?
In case of C programming portability is one of the most important advantage over assembly programming. Easy to debug and easy to program.
What is the advantage of assembly programming ?
Hex file generated from assembly programming is less where hex file generated from C programming size is more. When the memory size is a critical one then assembly programming is used.