Re: [Fwd: ARM GCC inline assembly]

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

 



"Ganesh Tawde" <ganesh.tawde@xxxxxxxxx> 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

[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