| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, I am a computer engineering student in Turkey. I came across your web site while I was searching how to generate Intel 80x86 assembly code of a C file by using gcc. I compiled my C code (a5.c) like this: gcc -S a5.c -o a5.s but the a5.s output file contains the assembly code in AT&T syntax. I wanted to learn what I should do to get the code generated in Intel 80x86 syntax, if it's possible. Thanks in advance for your help. Best Regards.. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.