Write advantages of the assembly language in comparison with high level language.
Answers
Answered by
1
• Moreover code speed or size is optimized in small embedded systems or applications.
• It is difficult to access system control registers, or any other hardware devices using high level language.
• Some of the instruction in assembly language does not have equivalent high level language instructions.
• The assembly code generated by the compiler .
• It is difficult to access system control registers, or any other hardware devices using high level language.
• Some of the instruction in assembly language does not have equivalent high level language instructions.
• The assembly code generated by the compiler .
Similar questions