Does anybody know?

Started by
9 comments, last by imakegames 20 years, 11 months ago
Does anybody know where i can download a win32 assembler for free?
Advertisement
Download the Processor Pack from msdn.microsoft.com .
the microsoft DDK (driver development kit) comes with the latest MASM. just search it on msdn or the microsoft page, should be somwhere near the platform sdk download

My Homepage
y do u wanna program in assembly? it sux.
quote:Original post by Anonymous Poster
y do u wanna program in assembly? it sux.


Ok, us mature GameDev''ers can handle this. Just ignore.
ok i may be dumb but i tried to find the download at msdn.microsoft.com and i could not...could anybody please provide a link to the actual file?

Thank you!
If you must have MASM:
http://win32assembly.online.fr/download.html

better (open, nicer syntax, less red tape) - NASM:
http://rs1.szif.hu/~tomcat/win32/
E8 17 00 42 CE DC D2 DC E4 EA C4 40 CA DA C2 D8 CC 40 CA D0 E8 40E0 CA CA 96 5B B0 16 50 D7 D4 02 B2 02 86 E2 CD 21 58 48 79 F2 C3
You can also write all you assebly code inline using __asm{}.
I''d go with NASM, although MASM is pretty cool too... not sure if you can download it separatley from the DDK so it might be a big download compared to a few hundred K for NASM...

I''ve used NASM for ages now (since the days of programming in DOS with DJGPP...) and i can''t find anything wrong with it from my point of view...

jx
Thanks Jan Wassenberg the links proved to be very useful.

This topic is closed to new replies.

Advertisement