|
|
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. |
|
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.
|
|