BR3041451: Implement upper bound for %rep counter
[nasm.git] / contrib / VSrules / nasm.README
blob8fbf155cf02e8163fdc1d1825a806a2de0ec4148
1                         Visual Studio 2008 NASM integration
4 In order to use nasm seamlessly in your VS2k8, follow the steps below. 
6 1. First install nasm by running its installer
7 2. copy nasm.rules to c:\Program Files\Microsoft Visual Studio 2008\VC\VCProjectDefaults
8 3. Start Visual Studio 2008
9 4. go to Tools->Options->VC++ Directories
10 5. click on Show Directories for Executables
11 6. add C:\Program Files\NASM to the list of paths
12 7. Open a solution that you want to use NASM with
13 8. Right click on the project name and select Custom Build Rules
14 9. Check the box next to the NASM line
15 10. Add any .asm files to the project
16 11. click on build to test