compiler assembler的意思|示意

美 / kəmˈpailə əˈsemblə / 英 / kəmˈpaɪlɚ əˈsɛmblɚ /

[计] 编译程序的汇编程序


compiler assembler的用法详解

英语单词Compiler Assembler的用法讲解

编译器和汇编器是两种相关的计算机程序,用于将高级语言转换为机器码。

编译器是直接将高级语言翻译成机器语言的程序,主要用于将程序代码转换成机器能理解的指令。它会将高级语言程序代码按照静态翻译的思路,变成一步一步的翻译过程,将它翻译成机器语言指令。这些翻译出来的指令能够运行在硬件平台上,来完成程序中定义的一系列操作过程。

汇编器是一类程序,用来将汇编程序翻译成机器语言指令的程序,以执行特定的任务。它将汇编程序翻译成机器语言指令,而汇编程序又是由高级语言翻译成的,因此汇编器的工作就是完成高级语言到机器语言的转换,即将高级语言的程序代码变成机器可以理解和运行的指令。

综上所述,编译器与汇编器都是计算机程序,它们都用于将高级语言转换为机器码,但它们的实现原理是不同的。编译器按照静态翻译的思路将高级语言翻译成机器语言;汇编器则是将汇编程序翻译成机器语言,汇编程序又是由高级语言翻译而来的。因此,编译器与汇编器都是用来完成高级语言和机器语言之间的转换,从而使计算机可以理解和执行各种高级语言编写的程序。

compiler assembler相关短语

1、 macro-instruction compiler assembler 麦加程序

2、 compiler assembler by General Electric 凯奇程序

3、 microinstruction compiler assembler MICA 微指令编译组合程序

4、 microinstruction compiler assembler 微指令编译汇编程序

5、 SHARE compiler assembler and translator 协耳翻译组合程序

6、 assembler compiler 翻译

7、 translator-assembler compiler 翻译组合编译程器

8、 assembler compiler detail 汇编编译程序

9、 translator assembler compiler 翻译汇编编译程序

compiler assembler相关例句

The novel machine needed feeding with software, including a compiler and assembler, if it was to do anything useful.

这台新机器需要软件,包括一个编译器和汇编器,否则它什么也做不了。

The output of a compiler or assembler.

编译器或汇编器的输出。

This command has generated a new file -- hw.s -- that contains the assembler input text that you typically would not have seen, because the compiler defaults to producing the a.out file.

这个命令生成了一个新的文件 hw.s,其中包含您通常无法看到的汇编输入文本,因为编译器在缺省情况下将生成 a.out 文件。