What Are Some Advantages/Disadvantages of Using C over Assembly?
- by Daniel
I'm currently studying engineering in Telecommunications and Electronics and we have migrated from assembler to C in microprocessor programming. I have doubts that this is a good idea. What are some advantages and disadvantages of C compared to assembly?
The advantages/disadvantages I see are:
Advantages:
I can tell that C syntax is a lot…