Assembly langue is translated into machine language by an assembler.
Chat with our AI personalities
An Assembler converts assembly language instructions into machine language.
An assembly program is a machine-dependent program written in a low-level symbolic code known as assembly language.
the reason why we translate is that source code may be in assembly( low level language) or high level language and the only language computer understand is 0s and 1s which is binary code so the program written in either assembly or high level language must be convert or translate to binary and program written in HLL are in English form while the assembly are equivalent machine language.
A compiler and a linker.
Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot. Primarily assembly language is used for speed and optimal machine code.