This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Standalone example of asm() in C++ code using gcc
- From: Peng Yu <pengyu dot ut at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 28 Jul 2013 05:57:37 -0500
- Subject: Standalone example of asm() in C++ code using gcc
Hi,
I don't find a good document in using asm() in gcc. I see some
discussions on asm() here
<http://stackoverflow.com/questions/15534899/simple-x86-64-c-inline-assembly-hello-world-example>.
Could any experts let me know where the document and tutorial for
asm() in gcc are? Thanks.
--
Regards,
Peng