Installng nasm in fedora

how to install nasm or any other assembly complier in fedora 31 using command-line

sudo dnf install nasm installs nasm.

Here you can find a handy manual that can be very useful (just in case you don’t have it yet): https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf

1 Like