Home  >  Article  >  What is the program that translates assembly source program into target program obj called?

What is the program that translates assembly source program into target program obj called?

藏色散人
藏色散人Original
2020-05-25 09:34:4032050browse

What is the program that translates assembly source program into target program obj called?

What is the program called that translates the assembly source program into the target program obj?

The program that translates the assembly source program into the target program obj is called a "compiler".

The software that translates high-level language source programs into target programs is called a compiler.

Compiler, compiling program, also called a compiler, refers to a translation program that translates a source program written in a high-level programming language into an equivalent target program in machine language format. Compilers are translation programs implemented using a generative implementation approach. It takes a source program written in a high-level programming language as input, and a target program expressed in assembly language or machine language as output. The compiled target program usually also goes through a running stage in order to run with the support of the running program, process the initial data, and calculate the required calculation results.

The above is the detailed content of What is the program that translates assembly source program into target program obj called?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn