answersLogoWhite

0

If you want to write fast, efficient programs that use a very small amount of memory, assembly language is a good choice for you! ASM is faster than other languages because it compiles directly into machine code without any unnecessary instructions for the computer to run.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Can you give a game coded in assembly language?

yes,becuse it is a game


What computer language uses mnemonic names?

Assembly Language


What are the advantages and disadvantages of basic language?

Basic languages of advantage and disadvantage please give the answer please


Is c language assembly language?

No.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Reserved word in assembly language program?

use of reserved word in assembly language


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


Is Assembly language is a high-level language?

No.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


What are the disadvantages of writing programs in high level languages?

The main advantage is that it allows for a more abstracted form of programming, unlike assembly. It is more obvious what the programmer is trying to accomplish in a language like Java or Python than it would be in assembly.