1.

What Is Assembly Language?

Answer»

Each personal computer has a microprocessor that manages the computer's arithmetical, logical, and control activities.

Each family of processors has its own set of instructions for handling various operations such as getting INPUT from keyboard, displaying information on SCREEN and performing various other jobs. These set of instructions are called 'machine language instructions'.

A processor understands only machine language instructions, which are STRINGS of 1's and 0's. However, machine language is too obscure and complex for using in SOFTWARE development. So, the low-level assembly language is designed for a specific family of processors that represents various instructions in symbolic code and a more understandable FORM.

Each personal computer has a microprocessor that manages the computer's arithmetical, logical, and control activities.

Each family of processors has its own set of instructions for handling various operations such as getting input from keyboard, displaying information on screen and performing various other jobs. These set of instructions are called 'machine language instructions'.

A processor understands only machine language instructions, which are strings of 1's and 0's. However, machine language is too obscure and complex for using in software development. So, the low-level assembly language is designed for a specific family of processors that represents various instructions in symbolic code and a more understandable form.



Discussion

No Comment Found