gnu.gcc.help
[Top] [All Lists]

How is inline assembly in C/C++ translated into assembly code?

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>
  • How is inline assembly in C/C++ translated into assembly code?, hehaifeng <=
Privacy Policy