Run NeHe assembly on Linux

Started by
0 comments, last by Volex_001 8 years, 6 months ago

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?

This topic is closed to new replies.

Advertisement