what are the disadvantages of assembly language as compared to high level language
Answers
Answered by
1
The disadvantages of assembly language as compared to high level language are :
- Disadvantages of High level language. It takes additional translation times to translate the source to machine code
- Binary and/or Hex code is virtually unreadable.
- As high level languages are structures, so they are easy to maintain as compared to assembly language.
- Assembly language commands are few and primitive, making programs hard to write.
- Assembly language programs are hard to maintain and debug.
Similar questions