[LLVMdev] llc generated machine assembly code for NASM

Bengu Li libengu at gmail.com
Thu Jan 28 10:51:26 PST 2010


Thanks for Anton's reply.
Does anybody have an idea of roughly how much effort is required to make
intel asm printer to be usable? If it is within weeks, probably I can give
it a try.
Thanks,

Bengu

On Thu, Jan 28, 2010 at 12:18 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:

> Hello
>
> > system native assemlber and linker to generate executables. And it
> runs. I
> > ran into problems on Windows since the generated assembly code is not
> able
> > to be assembled by NASM.
> That's correct. Use AT&T asm printer and GNU as everywhere. Everything
> else is too weak to be usable and thus one should consider intel asm
> printer to be of "listing quality".
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100128/a6577006/attachment.html>


More information about the llvm-dev mailing list