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

ASM in Visual C++ 5.0: 2 very quick questions...

Started by
0 comments, last by GameDev.net 24 years, 9 months ago
Hey all,

I'm compiler shopping and I need a couple of quick questions answered:

1)Does VC++ Professional have a built-in assembler or do I need to find (buy, download?) masm or an equivalent?

2)Can anyone recommend a good book for learning masm? (or whatever assembler I'd be using in VC++)

Thanks,

Nexus

Advertisement
I do not use vc any more...an early version of it had an inline asm, but very limited opcodes, no 32bit registers. I think this has changed, but if you want to use mmx, 3dnow etc. you better download nasm.(it's free and portable)

--
Sengir

This topic is closed to new replies.

Advertisement