This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc inline assembly on x86 platform
- From: Mike Stump <mrs at apple dot com>
- To: bluecoder at gmx dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 14 Jul 2006 16:31:00 -0700
- Subject: Re: gcc inline assembly on x86 platform
- References: <20060714232341.73440@gmx.net>
On Jul 14, 2006, at 4:23 PM, bluecoder@gmx.de wrote:
Is it possible to use the register ebp in the input/output register
list
Wrong list. Also, for trivial questions like this, ask the compiler,
it will tell you.