gcc inline assembly

Ian Lance Taylor iant@google.com
Tue Oct 16 03:24:00 GMT 2007


polina <pdudnik@gmail.com> writes:

> I would like to use the asm feature of the gcc compiler. I am not sure what
> backends the asm supports. Would it support any backend for which it was
> compiled? The reason I asked is because I cross-compiled gcc for the PISA
> architecture and I haven't been able to find any information on using asm to
> do inline PISA assembly. I would appreciate any information. Thank you.

This question is not appropriate for the gcc@gcc.gnu.org mailing list.
Please send any followups to gcc-help@gcc.gnu.org.  Thanks.

The inline asm feature is supported by every backend.  I don't know
what PISA is--it sounds like you are using a port of gcc, not a
standard FSF release.  There is nothing wrong with that, but it does
mean that we can't give you any information on how to use it.

Ian



More information about the Gcc mailing list