[Fwd: ARM GCC inline assembly]

Ian Lance Taylor ian@wasabisystems.com
Sun Apr 25 01:11:00 GMT 2004


"Ganesh Tawde" <ganesh.tawde@patni.com> writes:

> I am trying to use the below pure assembly code as inline assembly in C.
> The pure assembly code gives proper data but the inline assembly code
> gives me distorted data. I am not able to figure out the problem. can any
> body help me on this?

Compile with --save-temps, and compare the .s file generated from the
C code to the assembler code which is known to work.  Perhaps that
will suggest something.

Ian



More information about the Gcc-help mailing list