Topic: Advantage of Assembly Language
Not finding your answer? Try searching the web for Advantage of Assembly Language
Answers to Common Questions
What are the advantage of assembler language?
ze stasooo da niyaaaaaaa kusssss oghemmmmmmmmmmm Read More »
Source: http://wiki.answers.com/Q/What_are_the_advantage_of_assembler_lan...
What are the advantages and disadvantages of assembly language?
Assembly language is a symbolic representation of a processor's native code. Using machine code allows the programmer to control precisely what the processor does. It offers a great deal of power to use all of the features of the processor.... Read More »
Source: http://wiki.answers.com/Q/What_are_the_advantages_and_disadvantag...
What is Assembly Language?
An assembly language is a low-level language used in programming. These implement symbolic representations of the numeric machine codes. Read More »
Source: http://answers.ask.com/Computers/Other/what_is_assembly_language
More Common Questions
Answers to Other Common Questions
Assembly language is more human-readable than machine language. Generally, statements in assembly language are written using short codes for the instruction and arguments, such as "MOV $12 SP", as opposed to machine language, where everythi...
Read More »
Source: http://wiki.answers.com/Q/What_is_the_advantage_of_assembly_langu...
The main advantage: it can directly communicate with hardware. The main disadvantage: it's very hard to write in terms of machine instructions.
Read More »
Source: http://wiki.answers.com/Q/What_are_th_advantages_and_disadvantage...
Machine language is raw binary data - ex. 100101101001010101010101... enjoy programming in that. Assembly language gives you a layer of abstraction and it much easier to comprehend - ex. add $eax $ebx, sub $eax $esp, etc. Is this a homework...
Read More »
Source: http://wiki.answers.com/Q/What_are_the_three_advantages_of_assemb...
You can program easier because there are a lot of functions, procedures and tools that help you programming and the language is more comprehensible.
Read More »
Source: http://wiki.answers.com/Q/What_are_the_advantages_of_high_level_l...
An advantage of assembly language over high level languages is the fine control that it allows over the code. Since assembly language directly correlates which machine instructions, the only way to get closer to the machine is to write in b...
Read More »
Source: http://wiki.answers.com/Q/Why_is_assembly_language_have_advantage...
In one word: abstraction. A simple example: the well known Hello World console print out. In Java: class HelloWorld{ public static void main(String[] args){ system.out.println("Hello World"); } } In Assembler: .data out: .asciiz "Hallo Welt...
Read More »
Source: http://wiki.answers.com/Q/What_are_possible_advantages_of_high_le...
Products would move efficiently between their manufacturing steps.
Read More »
Source: http://wiki.answers.com/Q/What_was_the_advantage_of_assembly_line...