Search code examples
compiler-constructionimageinterpreterassemblylanguage-concepts

Images for Assembler, Interpreter and Compiler?


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


Solution

  • 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)