0 votes
in Operating System by
What is the functionality of an Assembler?

1 Answer

0 votes
by

The Assembler is used to translate the program written in Assembly language into machine code. The source program is an input of an assembler that contains assembly language instructions. The output generated by the assembler is the object code or machine code understandable by the computer.

...