1.

What Are The Advantages Of Assembly Language?

Answer»

Having an understanding of assembly language MAKES one aware of:

  • How programs interface with OS, processor, and BIOS;
  • How data is represented in memory and other external devices;
  • How the processor accesses and EXECUTES instruction;
  • How instructions access and PROCESS data;
  • How a program accesses external devices.

Other advantages of using assembly language are:

  • It requires LESS memory and execution time;
  • It allows hardware-specific complex jobs in an easier way;
  • It is suitable for time-critical jobs;
  • It is most suitable for writing interrupt service routines and other memory RESIDENT programs.

Having an understanding of assembly language makes one aware of:

Other advantages of using assembly language are:



Discussion

No Comment Found