Advantage of assembly language over machine language
Answers
Answered by
1
Answer:
Machine language is the hardest to understand by humans and is the most primitive.
But assembly language is lot easier and other benefits are:
- Easier to understand and use
- Easy to locate
- Easy to debug and solve errors
- Easier to modify
- No worry about addresses
Assembly language is a low level language that lies between machine language and high level language.
It doesn't need a compiler to run,the processor can run directly the program which is one of the best advantage.
Similar questions