🎉 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!

MASM

Started by
1 comment, last by Sincipher 24 years, 2 months ago
i have MSVC++ 6.0 and I can''t figure out how to write ASM with it I was reading in Trick of the Game Programming Gurus that MASM is used but I don''t understand how. Can someone... anyone... help me, please? ***"When I die, don't bury me, Just hook me up to my computer and I will live forever!"***
***"When I die, don't bury me, Just hook me up to my computer and I will live forever!"***
Advertisement
Inside a .cpp file, do this:

_asm
{
//code goes here
}

That''s all there is to it!

If you code it, they will come...

Commander M
http://commanderm.8m.com
cmndrm@commanderm.8m.com
I don''t know if you can program in assembler, but if you can''t then best resource for learning I found was a website called the art of assembly. You can read it at
http://webster.cs.ucr.edu/
---------- JonHobson ----------

This topic is closed to new replies.

Advertisement