Displaying 3 results from an estimated 3 matches for "f8fc076a".
2006 Apr 29
0
[LLVMdev] Intel vs. AT&T Assembly.
Hi,
> It's a long way towards it:
>
> # AT&T. # Intel.
> .text .text
> .align 16 .align 16
> .globl main .globl main
> .type main, @function
> main: main:
>
2006 Apr 29
2
[LLVMdev] Intel vs. AT&T Assembly.
Hi Jeff,
> > I notice `lli -print-machineinstrs -x86-asm-syntax=(att|intel)' both
> > prefix registers with `%'. Is this right? I thought AT&T did this
> > and Intel didn't. The GNU gas manual concurs.
> >
> > http://www.gnu.org/software/binutils/manual/gas-2.9.1/html_chapter/as_16.html
>
> The Intel version is just a clone of the
2006 Apr 29
4
[LLVMdev] Intel vs. AT&T Assembly.
...rs mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060429/f8fc076a/attachment.html>