Our Feeds

Thursday 14 August 2014

Ajith KP

FASM Begins

          FASM is an extend of MASM. Like MASM you can use FASM. I like FASM more than MASM because it provides an environment for developing which is easier than MASM. The FASM stands for Flat Assembler.
          Download Linkhttp://flatassembler.net/download.php
     

          You can use FASM for developing applications which will execute faster than that of created by other languages like C++, C#, etc. Because assembly languages is very small in size and uses bare system calls.
So that the game developers still using assembly codes to develop the modules which should load more fast.

          I hope you understand the importance of assembly language and why it is still alive. :)