Introduction to Assembly Language and Its Advantages and Disadvantages

topic assembly language n.w
1 / 9
Embed
Share

Explore the world of Assembly Language presented by Mr. G. M. Krishnapkshi, Assistant Professor at Deogiri College, Aurangabad. Learn about low-level language, mnemonics, and how assemblers convert assembly language programs into machine language programs. Discover the advantages and disadvantages of using assembly language in computer programming, along with examples and insights.

  • Assembly Language
  • Advantages
  • Disadvantages
  • Computer Science
  • Programming

Uploaded on | 2 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Topic Assembly Language Presented by Mr. G. M. Krishnapkshi Assistant Professor Department of Computer Science and IT. Deogiri College, Aurangabad

  2. DEOGIRI COLLEGE, AURANGABAD (Department of computer science and it) Assembly Language By Mr. G. M. Krishnapakshi BCA FY

  3. Assembly language :- 1. Low level language. 2. Depends on computer architecture. 3. Assembly language contain mnemonics. 4. Assembler convert the Assembly language program into machine language program.

  4. Machine language program Assembly language program Assembler Input Output What is the assembler ? A computer can directly ecxcute only machine language program which use numbers for representing instructions and storage location Hence,an assembly language program must be converted into its equivalent machine language program before it can be excuted on the computer this translation is done with the help of a translator program which is known as an assembler

  5. example of assembly language :-

  6. Advantages of assembly language:- Programs written in machine language are replaceable by mnemonics which are easier to remember. Memory Efficient. It is not required to keep track of memory locations. Faster in speed. Easy to make insertions and deletions. Hardware Oriented. Requires fewer instructions to accomplish the same result.

  7. Disadvantages of assembly language:- Difficult to remember the syntax. Lack of portability of program between computers of different makes. It is machine dependent Time consuming

  8. Thanks

More Related Content