Advantages and disadvantages of 8051 C
The advantages of programming the 8051 in C as compared to assembly are:
- Offers all the benefits of high-level, structured programming languages such as C, including the ease of writing subroutines.
- Often relieves the programmer of the hardware details that the compiler handles on behalf of the programmer.
- Easier to write, especially for large and complex programs.
- Produces more readable program source codes.
- Possesses the disadvantages of high-level, structured programming languages
- Generally generates larger machine codes
- Programmer has less control and less ability to directly interact with the hardware
No comments:
Post a Comment