0
6.7kviews
What is the need of compiler and assembler?
1 Answer
1
325views
  • An assembler is a program that converts assembly language into machine code. It takes the basic commands and operations from assembly code and converts them into binary code that can be recognized by a specific type of processor.
  • Assemblers are similar to compilers in that they produce executable code. However, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.