68.8k views
8 votes
It converts Assembly Language into machine language?​

User Lgersman
by
4.6k points

1 Answer

7 votes

Answer:

An assembler.

Step-by-step explanation:

Input is (as with any programming language) files with lists of instructions (typically assembler mnemonics), output is a binary format representing these instructions in machine language.

User Nathan Grigg
by
4.9k points