Difference between revisions of "YASM & NASM"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with "{{Incomplete}} Install YASM http://yasm.tortall.net/Download.html You want the Win32 .exe (for general use on 32-bit windows) (we don’t currently support win64 due to msv...")
 
Line 1: Line 1:
 
{{Incomplete}}  
 
{{Incomplete}}  
 +
== Summary ==
 +
 +
== Install YASM ==
 +
 +
:http://yasm.tortall.net/Download.html
  
Install YASM
 
http://yasm.tortall.net/Download.html
 
 
You want the Win32 .exe (for general use on 32-bit windows)  (we don’t currently support win64 due to msvc lack of support for inline assembly)
 
You want the Win32 .exe (for general use on 32-bit windows)  (we don’t currently support win64 due to msvc lack of support for inline assembly)
 +
 
yasm-1.2.0-win32.exe
 
yasm-1.2.0-win32.exe
 +
 
Save the downloaded exe into a location you will add to the path.
 
Save the downloaded exe into a location you will add to the path.
 +
 
Rename yasm-1.2.0-win32.exe to yasm.
 
Rename yasm-1.2.0-win32.exe to yasm.
Note: I created a Tools directory which I placed all the standalone exe’s.  Just make sure to add the tools directory to the system path!
+
 
Install NASM
+
{{Info box:I created a Tools directory which I placed all the standalone exe’s.  Just make sure to add the tools directory to the system path! }
 +
 
 +
== Install NASM ==
 +
 
 
You can either install the full version from http://www.nasm.us/
 
You can either install the full version from http://www.nasm.us/
 +
 
-or-
 
-or-
 +
 
Copy yasm.exe and rename it nasm.exe
 
Copy yasm.exe and rename it nasm.exe
 +
 
Just make sure with either approach, nasm is available in the system path.
 
Just make sure with either approach, nasm is available in the system path.

Revision as of 19:37, 9 September 2013

Incomplete.png Incomplete, needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page

Summary

Install YASM

http://yasm.tortall.net/Download.html

You want the Win32 .exe (for general use on 32-bit windows) (we don’t currently support win64 due to msvc lack of support for inline assembly)

yasm-1.2.0-win32.exe

Save the downloaded exe into a location you will add to the path.

Rename yasm-1.2.0-win32.exe to yasm.

{{Info box:I created a Tools directory which I placed all the standalone exe’s. Just make sure to add the tools directory to the system path! }

Install NASM

You can either install the full version from http://www.nasm.us/

-or-

Copy yasm.exe and rename it nasm.exe

Just make sure with either approach, nasm is available in the system path.