| Subject: | How is inline assembly in C/C++ translated into assembly code? |
|---|---|
| From: | |
| Date: | 21 Jul 2006 15:20:15 -0700 |
| Newsgroups: | gnu.gcc.help |
Hi,
I have a question about inline assembly. Inline assembly is usually
written in the form of
__asm__ ("code");. I want to know where in the GCC, the inline assembly
string ( "code" in __asm__()) will be translated into assembly code and
how
it happens? Is there a module in GCC for this purpose?
Thanks
hehf
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Cpu types, Paul Pluzhnikov |
|---|---|
| Next by Date: | linker error on cygwin, petru . marginean |
| Previous by Thread: | Linking to libraries compiled with 2.95.2?, Eric . Medlin |
| Next by Thread: | linker error on cygwin, petru . marginean |
| Indexes: | [Date] [Thread] [Top] [All Lists] |