Assembler

A built-in program that converts assembly language to machine language is known as Assembler. Machine cannot understand assembly language therefor it most be converted to machine language. The original assembly language program is known as source code and the converted code is known as object code.

Functions of Assembler
  • It translates mnemonics into machine code/object code.
  • It helps to find out the bug in the source code.

Comments

Popular posts from this blog

Header Files in C

Programming Concepts