From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id C022BBBAF for ; Wed, 15 Oct 2008 11:42:46 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4BAE9X9UhRZ90vmmdsb2JhbACKBIlbAQEBAQEICwoHEQOtCIFr X-IronPort-AV: E=Sophos;i="4.33,415,1220220000"; d="scan'208";a="18754106" Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by mail1-smtp-roc.national.inria.fr with ESMTP; 15 Oct 2008 11:42:46 +0200 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20081015094246.CXIP2285.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Wed, 15 Oct 2008 10:42:46 +0100 Received: from romulus.metastack.com ([81.102.132.77]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20081015094245.HGMP21638.aamtaout02-winn.ispmail.ntl.com@romulus.metastack.com> for ; Wed, 15 Oct 2008 10:42:45 +0100 Received: from countertenor ([212.170.100.131]) (authenticated bits=0) by romulus.metastack.com (8.14.2/8.14.2) with ESMTP id m9F9geXJ003595 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 15 Oct 2008 10:42:43 +0100 From: "David Allsopp" To: References: <200810131935.53365.kuba@mareimbrium.org><5b0248170810131647u2f89d6b3sfe81c48eab06ead@mail.gmail.com> <200810141733.00108.kuba@mareimbrium.org> Subject: RE: [Caml-list] Road to native windows OCaml... Date: Wed, 15 Oct 2008 11:42:38 +0200 Organization: MetaStack Solutions Ltd. Message-ID: <87E4C4600F10448998C26E2084ABC7E0@countertenor> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AckuRHHhia8NeAF3T5W/nQzbjAMowQAY/d5A In-Reply-To: <200810141733.00108.kuba@mareimbrium.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Scanned-By: MIMEDefang 2.64 on 81.102.132.74 X-Cloudmark-Analysis: v=1.0 c=1 a=BNWfb43yIh8A:10 a=BHk4w6ukizoA:10 a=yMhMjlubAAAA:8 a=xQMtVvIEVVwTl2QIQHMA:9 a=cFeN6e85s1zS4_vxZj-drRRLyJkA:4 a=cGGoN0nq6UoA:10 a=-wnwXlR73-0A:10 X-Spam: no; 0.00; ocaml:01 ocaml:01 masm:01 masm:01 unixes:01 gcc:01 cheers:01 afaik:01 seo:98 wrote:01 caml-list:01 output:02 native:03 executable:03 library:03 Kuba Ober write: > On Monday 13 October 2008, Seo Sanghyeon wrote: > > 2008/10/14 Kuba Ober : > > > 2. I need to get OCaml to use nasm instead of masm. I would go as far > > > as completely pruning any masm references from OCaml -- there is > > > just no need for masm when a good, free alternative exists. nasm is > > > a single standalone executable -- you can't get much better than > > > that. Heck, it works on unixes too, so it could be used on all > > > platforms. gas is horrible too -- it's only raison-d'etre is to > > > process output from gcc. > > > > nasm is x86-only, so it couldn't be used on all platforms. > > masm is too, right? I'm looking for a free replacement to masm/gas on x86. > > Cheers, Kuba AFAIK masm is part of the Windows DDK so it has to be x64! And the top link googling masm x64... http://msdn.microsoft.com/en-us/library/hb5z4sxd(VS.80).aspx