Yes, the question is very simple and stupid, but I can't figure out how to run the assembly code from NeHe Tutorial 1 on Linux.
gcc test.s -o test.o gives hundreds of errors, nasm -f elf test.s gives hundreds of errors as well. What do you guys do to compile the assembly code succesfully?