answersLogoWhite

0

ASM or Assembly Language is the lowest level of software programming. It uses alphabetic codes to represent processor instructions. ASM is processor specific. It compiles directly to "machine language".

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


What converts assembly language into low-level language?

An assembler.


Examples of Low-Level Programming Language?

Machine code & Assembly language.


Why assembly language is called low level language?

Because it cannot be understood by users. High level language like C can be understood by the user by looking at its source code. But assembly level language does not have any source code, its a language converted from high level language to low level language (assembly level language or machine level language) so that the language which the user could read/understand can also be read/understand by the machine.


What is the level of assembly language?

Assembly languages are low level languages, sometimes also called machine-level languages.


What are the examples of low level language?

It are machine code and Assembly.


What is the example of low level language?

Machine Code, Assembly


Why is assembly language reffered to as low level language?

Assembly language is low-level because it has the least amount of abstraction between the source and the resultant machine code. That is, the translation from assembly language to machine code is 1:1. All high-level languages have much higher degrees of abstraction.


What are the example of low-level programming language?

It are machine code and Assembly.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


Among assembly and machine language which is low level language?

They are both low level. Machine code has no abstraction whatsoever so it could be regarded as being no-level rather than low-level. However, there are very few instances where a programmer has to "bang the metal" and write machine code by hand. That's precisely the reason we wrote assemblers and compilers in the first place!


Is assembly a low level language?

Yes, it's actually about as low level as you can get. An example of a high level langauge would be Java