This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Addressing mode in inline assembly
- From: "Ching-Hua Chang" <sp0500 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 7 Apr 2006 14:52:37 +0800
- Subject: Addressing mode in inline assembly
- References: <74a282130604062334p735128at8371d424cc03f17c@mail.gmail.com>
Hello ,
If it is possible to restrict the addressing mode
of inline assembly?
For example,in normal mode that we accept the
addressing mode BASE+OFFSET, but do not like
it in inline assembly.
Is there any one can give me a hand?
thanks a lot!
Aladdin