Re: Avoid certain registers in inline assembly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There is no general way to to avoid a register.  However, on PPC, you
can use the constraint "b" rather than "r" to indicate that you want a
general register other than r0.

Thank you Ian and Andrew! That looks like the perfect solution - I will try it now!

Cheers
Andy




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux