What is Assembly Language and why do we study or what are the uses of assembly language programming?

What is assembly language?

Assembly Language is a computer programming language which means it is a medium to interact with computer.  It is called low level language as it more closer to hardware.

Who made Assembly Language? What's the origin ?

It was made by David John Wheeler.

Why do we study / learn assembly language programming? what are the uses?

There are following main reasons to lean Assembly language programming:
1. Better / deep understand of Software and hardware interaction
2. Optimization of processing time (as it is more closer to hardware than high level language.)
3. Allows embedded programming (e.g. programming in telephone sets)


See: Assembly Language Programming tutorials



Tags:
what is assembly language, difference between machine language and assembly language, difference between assembly language and high level language, introduction to assembly language, introduction to assembly language programming from 8086 to pentium processors, introduction to assembly language programming pdf, assembly language tutorial for beginner, assembly language programming 8086 examples pdf, microprocessor 8086 lab programs pdf, introduction to assembly language programming pdf, what is assembly language definition, what is assembly language pdf, uses of assembly language in daily life

Comments

Popular posts from this blog

Assembly program to input two numbers and check if they are equal, unequal, greater or lesser

Types of Addressing Modes in Assembly Language / Computer Architecture

How to print a single character in assembly language