This program is written in pure assembler language - most powerfull and complex programming language in the world. Assembler is a programming language in which the source statements retranslated directly into individual microprocessor instructions. This direct translation allows complete control over the computer and the greatest possible optimization of a program.


  Programming in assembly language has immediate and practical benefits:
- Programs can be made to run hundreds, maybe thousands of times faster than their high level language counterparts (Visual Basic, Delphi, etc.).
- Programs are much smaller and more efficient.
- Programs can take full advantage of the system it is meant to run on.

  Assembly language is essential where speed, compactness, and low level or hardware control are the primary requirements. Assembler is best suited for writing smaller, stand-alone programs and optimized routines that are used by other programs.

 

www.RNLogic.com