The MASM Forum Archive 2004 to 2012

Project Support Forums => 64 Bit Assembler => Topic started by: oex on November 20, 2009, 07:37:22 PM

Title: Getting started
Post by: oex on November 20, 2009, 07:37:22 PM
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?
Title: Re: Getting started
Post by: GregL on November 21, 2009, 02:34:46 AM
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.
Title: Re: Getting started
Post by: oex on November 21, 2009, 04:24:21 AM
ty for info :)
Title: Re: Getting started
Post by: ecube on November 21, 2009, 11:58:43 AM
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
Title: Re: Getting started
Post by: oex on November 21, 2009, 02:16:17 PM
Is a masm64 planned?
Title: Re: Getting started
Post by: D.F. on November 26, 2009, 08:24:18 AM
Quote from: oex on November 21, 2009, 02:16:17 PM
Is a masm64 planned?
This will be GREAT!