🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Run NeHe assembly on Linux

Started by
0 comments, last by Volex_001 8 years, 8 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