Just 3 quick questions...
1) where can I get ml64 and are there any commercial license restrictions (I have VS 6.0)
(Answer 'Here, No?' http://www.masm32.com/board/index.php?topic=11115.msg82078#msg82078)
2) If I link with ml64 can it use all existing masm32 lib (and my own 64bit instruction code)
3) Will ml64 compiled code work on 32 bit win and 64 bit win or seperate compilations needed?
1) It comes with Visual Studio 2005, 2008 and 2010 beta. It also comes with later versions of the Windows SDK.
2) Not MASM32 libraries since they are 32-bit, but it will link with your own 64-bit code.
3) It won't run on 32-bit Windows, separate builds are needed.
ty for info :)
just for the record that mini sdk I put together is awful, and very barebones, this http://www.masm32.com/board/index.php?topic=11180.0 ones a lot better and GoASM has incredible 64bit support, and great features igeneral. It's syntax is very similiar to masm but doesn't require things like proto's, or including libs, it's great :D
Is a masm64 planned?