If you need to use x86 assembly on Windows or Linux, Nasm is popular assembler option. In this post I'll have a quick rundown of the installation process. Download is available at the official webpage. Direct link for Windows installer can be found at Index of /pub/nasm/releasebuilds/2.16.01/win64 Installation is simple, but if you want to … Continue reading Nasm Installation
Tag: nasm
Windows 11 – Environment variables and the Path
In most operating systems there's a concept of environment variables. Microsoft Windows is no different. There are many installers that create variables in the OS path automatically, but if a given installer doesn't, it is pretty simple to create it manually. First, open start menu and search for environment. You will see the option to … Continue reading Windows 11 – Environment variables and the Path