Author Topic: (Windows) Fork nasm-2.11.08  (Read 8040 times)

Offline shaynox

  • Full Member
  • **
  • Posts: 118
  • Country: gr
(Windows) Fork nasm-2.11.08
« on: March 01, 2015, 10:38:38 PM »
Hello people,

I have succeeded to compile nasm on windows with Microsoft Visual Studio 2013 (http://www.visualstudio.com/en-us/visual-studio-homepage-vs.aspx) & Intel Compiler (https://software.intel.com/en-us/c-compilers?language=en).
(work with MS compiler too no worry, need just go to proprieties of project, then change value of Platform Toolset to Visual Studio 2013).

http://wqaxs36.perso.sfr.fr/Project/Computer_Science/nasm/10.TOOLS/nasm-source/nasm-2.11.08_(fork).zip

Enjoy it !

PS: You can also build future nasm through my tutorial (if they don't bring too much modification, but I will try to update my tutorial for each new version of nasm if I have time :p): http://forum.nasm.us/index.php?topic=2064.0

Advantage of this fork:
-Compile nasm with your higher specification CPU (AVX/AV2) and by this way, nasm run theoretical more faster than original nasm executable given by author site: http://nasm.us/.
-For example, my fork is nasm x64 and build with AVX instructions.
« Last Edit: March 19, 2015, 12:14:15 AM by shaynox »