I am interested in programming assembler for Intel x86 architecture and on Linux. After some initial research this lead me to believe out of FASM, NASM and MASM I wanted NASM.
From this point on, how easy is it to write a NASM assembler "text file" on Linux and execute it? Is it relatively simple? What packages (gcc etc) do I need to ensure are installed? Does anyone know any walkthrough guides? I havent been able to find anything yet. Does it matter which linux distro?