汇编程序,解释程序和编译器的图像?

时间:2021-09-16 23:56:22

I got an assignment to make hand-drawn posters of

我得到了一个制作手绘海报的任务

  • Assembler
  • Interpreter
  • Compiler

I googled for images of above three but not able to get some exact images which can define the above three properly. Can anyone share some image links which will give an idea about what is Assembler, Interpreter and compiler in computers.

我用谷歌搜索了三张以上的图像,但是无法得到一些可以正确定义上述三张的精确图像。任何人都可以共享一些图像链接,可以了解计算机中的汇编程序,解释程序和编译器。

Thanks

2 个解决方案

#1


This will help you:

这将有助于您:

  • Compiler, the image is pretty simple and takes the primordial concept.
  • 编译器,图像非常简单,并采用原始概念。

  • Interpreter, in this presentation you'll get various examples with different levels of detail.
  • 口译员,在本演示文稿中,您将获得具有不同详细程度的各种示例。

  • Assembler, this book its a comprehensive material on ASM, here figure 1 can help you (as well as figure 2 and 3 that explain Two-pass assemblers and One-pass assemblers, respectively)
  • 汇编程序,本书是ASM的综合资料,这里图1可以帮助你(以及图2和3分别解释两遍汇编程序和单程汇编程序)

#2


Perhaps you could draw diagrams that indicate the set of input and outputs for each component. For example, an assembler takes assembly language code as input and produces binary object code as output.

也许您可以绘制图表来指示每个组件的输入和输出集。例如,汇编程序将汇编语言代码作为输入,并生成二进制对象代码作为输出。

#1


This will help you:

这将有助于您:

  • Compiler, the image is pretty simple and takes the primordial concept.
  • 编译器,图像非常简单,并采用原始概念。

  • Interpreter, in this presentation you'll get various examples with different levels of detail.
  • 口译员,在本演示文稿中,您将获得具有不同详细程度的各种示例。

  • Assembler, this book its a comprehensive material on ASM, here figure 1 can help you (as well as figure 2 and 3 that explain Two-pass assemblers and One-pass assemblers, respectively)
  • 汇编程序,本书是ASM的综合资料,这里图1可以帮助你(以及图2和3分别解释两遍汇编程序和单程汇编程序)

#2


Perhaps you could draw diagrams that indicate the set of input and outputs for each component. For example, an assembler takes assembly language code as input and produces binary object code as output.

也许您可以绘制图表来指示每个组件的输入和输出集。例如,汇编程序将汇编语言代码作为输入,并生成二进制对象代码作为输出。