What is Assembler? A computer will not understand any program written in a language, other than its machine language. The programs written in other languages must be translated into the machine language. Such translation is performed with the help of software. "A program which translates an assembly language program into a machine language program is called an assembler ." If an assembler which runs on a computer and produces the machine codes for the same computer then it is called self-assembler or resident assembler . If an assembler that runs on a computer and produces the machine codes for other computer then it is called Cross Assembler Assemblers are further divided into two types: One Pass Assembler and Two Pass Assembler One pass assembler is the assembler which assigns the memory addresses to the variables and translates the source code into machine code in the first pass simultaneously. A Two Pass Assembler is the assembler which reads the source code twice. I
You can acquire additional knowledge about various things in the world and can know interesting facts and get information or updates about the many more things.