Browse thread
Road to native windows OCaml...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Kuba Ober <kuba@m...> |
| Subject: | Re: [Caml-list] Road to native windows OCaml... |
On Monday 13 October 2008, Seo Sanghyeon wrote: > 2008/10/14 Kuba Ober <kuba@mareimbrium.org>: > > 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