The translation process of an Assembler is known as
Answers
Answered by
3
Answer:
interpreter.
Explanation:
The output generated by assembler is the object code or machine code understandable by the computer. The translation of single statement of source program into machine code is done by language processor and executes it immediately before moving on to the next line is called an interpreter.
Similar questions