installing and running assembler on debian
The program nasm or “netwide assembler” is the first step. If you don’t know if it’s installed Just enter whereis nasm on a command prompt. If a single line “nasm’ is returned you’ll need to install the program. That is one simple command on most distributions. On Debian it is sudo apt install nasm, which…