Skip to content

Commit acfe9db

Browse files
authored
Merge pull request #14 from obastemur/patch-1
fix nasm links
2 parents 906ef04 + d204301 commit acfe9db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Supports Visual Studio 2010, 2012, 2013, 2015, 2017 and 2019.
1515
## NASM
1616

1717
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/).
1919

2020
## Installation
2121

@@ -24,7 +24,7 @@ To use this script simply run '**install_script.bat**' from an elevated (i.e adm
2424

2525
## Manual Installation (optional)
2626

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/).
2828

2929
From the download archive you will need to extract nasm.exe into a location that Visual Studio can see.
3030
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
4848
1. Visual Studio 2013: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
4949
2. Visual Studio 2015: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations
5050
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
5252

5353
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.
5454

@@ -57,4 +57,4 @@ For example the location for various Visual Studio versions on a 64 bit system w
5757
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.
5858

5959
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

Comments
 (0)