Rituraj Tiwari
Last Activity: 4 Years ago
A computer program that converts assembly language to machine language is Compiler.
Compiler is a program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.
Assembly language may also be called symbolic machine code. Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). Compilers are a type of translator that support digital devices, primarily computers. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language to create an executable program.