Re: Addressing mode in inline assembly

2006-04-07 Thread Andreas Schwab
"Ching-Hua Chang" <[EMAIL PROTECTED]> writes: > If it is possible to restrict the addressing mode > of inline assembly? Use an appropriate constraint. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerp

Addressing mode in inline assembly

2006-04-06 Thread Ching-Hua Chang
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