141k views
3 votes
All programs written in assembly language require a(n) ____ to convert the assembly language instructions into machine language.

2 Answers

2 votes

Answer:

Assemblerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

User Omar BELKHODJA
by
6.1k points
4 votes

Answer: Assembler

Explanation: An assembler is the unit in the computer system that is responsible for the conversion process of the assembly language to the machine level language.

The conversion takes by the collecting of the assembly code and changing it to the binary code. This code is created so that the computer system can understand the code and process the function.

User Webeng
by
5.6k points