News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

masm64 version?

Started by caraveiro, August 28, 2012, 10:42:04 AM

Previous topic - Next topic

caraveiro

Just wondering!  8)

I want to learn some x64 stuff, but I want it Masm way. It's a masm64 version out there?

;)
"knowledge is now free at last, everything should be free from now on, enjoy knowledge and life and work for everybody else"
+ORC

dedndave

there is ML64 - microsoft's 64-bit version of MASM
however, i think many of those who have done 64-bit assembler prefer to use JwAsm or some other flavour

caraveiro

Wow, Dave, It sounds like "programming in masm64 s*ks"  :shock:

What I think it that people prefer to code once and compile anywhere (x86,x64) than having 2 sources for each Os target.

;)
"knowledge is now free at last, everything should be free from now on, enjoy knowledge and life and work for everybody else"
+ORC

Vortex

As Dave mentioned, JWasm is preferable. It's not a crippled version of ml.exe :

http://japheth.de/JWasm.html

qWord

Also take a look at Japheth's WinSDK translation: WinInc
MREAL macros - when you need floating point arithmetic while assembling!