write brief about assembly language
Answers
Answer:
Assembly or assembler languages are low level programming languages intended for a computer or any other device which is programmable. Such languages are abbreviated as ‘asm’ and there is usually a very close link between the language and the machine code instructions of the architecture.
Each assembly language corresponds to only one computer – that is, there is a high degree of specificity in case of assembly languages. This makes assembly languages quite unlike most of the high-level languages as they cannot be used on a variety of computers whereas high level languages are mostly portable. Assembly languages are often referred to as ‘symbolic machine codes’.
Explanation:
An assembly language is alow level programming language designed for a specific type of processor. It may be produced by compiling source code from a high level programming language (such as c/c++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler
Please mark as brainlest answer