This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: embedded assembly code in c program
- To: warmice <warmice at sina dot com>
- Subject: Re: embedded assembly code in c program
- From: tprinceusa at mindspring dot com
- Date: Wed, 07 Mar 2001 13:45:01 -0500
- Cc: gcc at gcc dot gnu dot org
warmice <warmice@sina.com> wrote:
> hello, everyone:
Would someone tell me that how GCC supports embedded assembly code in C
? How is it be implemented? Where can I find relevant information about it ?
Many thanks!!
useful examples are found in "info gcc" and references you should find there, as well as in source code, such as <bits/mathinline.h> from glibc (for i386).