Monday, November 28, 2011

Advantages and Disadvantages

1.)Assembly language is a symbolic representation of a processor's native code.
2.)Assemble language is hardware particular and not as prone to errors in code that are for genric hardware.because it is written for a hardware platform.
3.)It is possible to write fast and efficient .
4.)It use a very small amount of memory.
5.)Requires fewer instructions to accomplish the same result.
6.)Easy to make insertions and deletions.
Disadvantages:
1.)Programs written in such languages cannot be executed on small sized computers.
2.)It takes lot of time to code or write the program, as it is more complex in nature.
3.)Lack of portability of program between computers of different makes.
4.)Maintenance of assembly language is notoriously difficult,.

No comments:

Post a Comment