You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Supports Visual Studio 2010, 2012, 2013, 2015, 2017 and 2019.
15
15
## NASM
16
16
17
17
The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) programs.
18
-
For more information on NASM refer to the official site: [www.nasm.us](www.nasm.us).
18
+
For more information on NASM refer to the official site: [www.nasm.us](https://www.nasm.us/).
19
19
20
20
## Installation
21
21
@@ -24,7 +24,7 @@ To use this script simply run '**install_script.bat**' from an elevated (i.e adm
24
24
25
25
## Manual Installation (optional)
26
26
27
-
Alternatively, to manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official NASM website [www.nasm.us](www.nasm.us).
27
+
Alternatively, to manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official NASM website [www.nasm.us](https://www.nasm.us/).
28
28
29
29
From the download archive you will need to extract nasm.exe into a location that Visual Studio can see.
30
30
To tell Visual Studio where to find nasm.exe you have several options:
@@ -48,7 +48,7 @@ For example the location for various Visual Studio versions on a 64 bit system w
48
48
1. Visual Studio 2013: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
49
49
2. Visual Studio 2015: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations
50
50
3. Visual Studio 2017: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations
51
-
4. Visual Studio 2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations
51
+
4. Visual Studio 2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations
52
52
53
53
2. Copy these files to a convenient location and set that path in the 'Build Customisations Search Path' in the Visual Studio 'Projects and Solutions|VC++ Project Settings' item in the 'Tools|Options' menu.
54
54
@@ -57,4 +57,4 @@ For example the location for various Visual Studio versions on a 64 bit system w
57
57
To use NASM in a project you must enable the customisation by right clicking on the project in the Solution Explorer and select 'Build Customisations..'. This will give you a dialog box that allows you to select NASM as an assembler (note that your assembly files need to have the extension '.asm'). If you have used option **3** above, you will need to let the dialogue find them using the 'Find Existing' button below the dialogue.
58
58
59
59
To assemble a file with NASM, select the Property Page for the file and ensure that 'Nasm Assembler' is selected in the Tool dialog entry.
60
-
The additional NASM property page can then be used to change various options supported by NASM.
60
+
The additional NASM property page can then be used to change various options supported by NASM.
0 commit comments