Computer Science, asked by GothaalaSheoran4891, 1 year ago

Which computer program converts assembly language to machine language?

Answers

Answered by iamishitap
0

Hey here's your answer.

. Some compilers (like GNU)convert the C/C++ code into assembly code. A tool called "assembler" converts theassembly code into machine code and a tool called "linker" connects multiple machine-code files into one single executable (.EXE under Windows) file.

I hope this helped you.

Mark my answer Brainliest!!!

Answered by bably66
0

A computer program that converts assembly language to machine language is Assembler.

Assembler : An assembler is a type of computer program that interprets software programs written in assembly language into machine language, code and instructions that can be executed by a computer.

Similar questions