The translator program used in assembly language is called ___________.
The translator program used in assembly language is called Assembler.
The means used for translation are themselves computer programs. There are three types of translator programs i.e. Assembler, Compilers and Interpreters. Assembler: Assembler is a computer program which is used to translate program written in Assembly Language in to machine language.
An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language.
A translator or programming language processor is a computer program that performs the translation of a program written in a given programming language into a functionally equivalent program in another computer language (the target language), without losing the functional or logical structure of the original code (the ...