Computer Science, asked by Abdullahansari5684, 1 year ago

Describe some of the tasks that an assembler needs to perform.

Answers

Answered by kundan24917
9
it has some task as follows:-
#It convert's high level language to machine language.
Answered by skyfall63
8

Explanation:

Assembler is language translator which converts the assembly language into a machine language that the system understands. Assembler is sometimes termed as the compiler of the assembly language. Assemblers are similar to compilers they produce executable codes but the only difference is assembler only converts low level language to machine language.

Every assembly language is built for a particular processor and assembling the program by one to one mapping.

Similar questions