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

ChatGPT on smartwatches

Progarm to state that a person can cast vote or not. [Note: A person can cast vote if he is 18 years old or above]

C program to display prime numbers between 1 to 100.