Assembly language:-
Assembly language is is a low-level programming language and symbolic representation of a processor's native code. Assembly languages are also known as symbolic languages as they use symbols to represent the arithmetic and logical operations. It uses mnemonics and symbolic operands .
This reduces coding time and the amount of information the programmer has to remember. They use assembler to convert the program in to machine language (object program).
A utility program called an assembler is used to translate assembly language statements into the target computer's machine code.
Advantage or Disadvantaged of assembly language:-
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 generic 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,.
Assembly language is is a low-level programming language and symbolic representation of a processor's native code. Assembly languages are also known as symbolic languages as they use symbols to represent the arithmetic and logical operations. It uses mnemonics and symbolic operands .
This reduces coding time and the amount of information the programmer has to remember. They use assembler to convert the program in to machine language (object program).
A utility program called an assembler is used to translate assembly language statements into the target computer's machine code.
Advantage or Disadvantaged of assembly language:-
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 generic 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