answersLogoWhite

0

Assembly language is lower level language. it can under stand only (who knows the assembly)assembly language program developers. actually assembly language is the effect way to implement programes.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

Is assembly language a platform specific language?

Certainly not, typical Assembly languages are entirely platform-specific. Some modern Assembly languages, however, are platform independent. Those languages apply not to a particular physical processor or family of processors, but apply to a virtual processor. MSIL, the Microsoft intermediate language, which is at the very core of the .NET system, is such an assembly language.


What type of computer languages uses English-like abbreviations for machine-language instructions?

The assembly languages provide human-readable mnemonics, one for each machine instruction. Most assembly language instructions have similarities to words from the English language (e.g. ADD, MOVE, LOAD). However, it is possible that assembly languages are defined in resemblance to other human languages, or none at all. For example, processors designed in and predominantly used in countries with a different language and script might define assembly instructions more familiar and easier to use by its target audience. For example, it is possible that Chinese processors define assembly language instructions without resemblance to English.


Is jne a symbol for an assembly language?

In some assembly languages this is a machine operator, jump if not equal. It is a symbolic equivalent of that machine code.It is more proper to say that 'jne' may be a symbolic machine code instruction in some assembly languages.


What are the drawbacks of assembly level language?

The assembly language does not support object oriented program so they change to c and c++ the c++ will support object oriented program this are the demerits of assembly language.


What are computer language translators Define each?

computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.

Related Questions

What is the level of assembly language?

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


What languages were there before c language?

Algol 60 assembly language b language c language


Why c is called as middle level language?

Misunderstanding. There are no 'middle level languages', only low and high level languages. Machine code and assembly are the former, everything else is the latter.C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language. But actually it doesn't have any Assembly-like feature (whatever that means).


Is assembly language a platform specific language?

Certainly not, typical Assembly languages are entirely platform-specific. Some modern Assembly languages, however, are platform independent. Those languages apply not to a particular physical processor or family of processors, but apply to a virtual processor. MSIL, the Microsoft intermediate language, which is at the very core of the .NET system, is such an assembly language.


How Briefly explain differences between assembly machine languages?

difine essembly language


What is the order the languages first appeared?

Assembly language Fortran LISP COBOL ALGOL


What type of computer languages uses English-like abbreviations for machine-language instructions?

The assembly languages provide human-readable mnemonics, one for each machine instruction. Most assembly language instructions have similarities to words from the English language (e.g. ADD, MOVE, LOAD). However, it is possible that assembly languages are defined in resemblance to other human languages, or none at all. For example, processors designed in and predominantly used in countries with a different language and script might define assembly instructions more familiar and easier to use by its target audience. For example, it is possible that Chinese processors define assembly language instructions without resemblance to English.


In what language is firmware typically written?

Firmware is typically written in low-level programming languages such as C or assembly language.


Is jne a symbol for an assembly language?

In some assembly languages this is a machine operator, jump if not equal. It is a symbolic equivalent of that machine code.It is more proper to say that 'jne' may be a symbolic machine code instruction in some assembly languages.


What is the program to convert Assembly level language to Higher level language?

There is no such program. Low level languages cannot be converted to high level languages. It's one-way only.


What are high level languages how they differ from assembly languages?

HIGH LEVEL LANGUAGE The program weitten in English language which eassier to understand by user is called high level language. ASSEMBLY LANGUAGE The program written in symbolics form is called assembly language. In which the symbols are used like sub,mul,div, etc.it also called symbolic language. DIFFERENCE HIGH LEVEL LANGUAGE ASSEMBLY LANGUAGE 1) It is a source code. 1) It is a object code. 2) It is convertd in machine 2) It is convertd in machine language using compiler. language using assemblier.


What are the drawbacks of assembly level language?

The assembly language does not support object oriented program so they change to c and c++ the c++ will support object oriented program this are the demerits of assembly language.