1			Visual Studio 2008 NASM integration
2
3
4In order to use nasm seamlessly in your VS2k8, follow the steps below.
5
61. First install nasm by running its installer
72. copy nasm.rules to c:\Program Files\Microsoft Visual Studio 2008\VC\VCProjectDefaults
83. Start Visual Studio 2008
94. go to Tools->Options->VC++ Directories
105. click on Show Directories for Executables
116. add C:\Program Files\NASM to the list of paths
127. Open a solution that you want to use NASM with
138. Right click on the project name and select Custom Build Rules
149. Check the box next to the NASM line
1510. Add any .asm files to the project
1611. click on build to test
17