Mail Archives: djgpp/1999/03/07/06:47:44
On Sat, 6 Mar 1999, Samuel Mukoti wrote:
> (though Im still wondering why you chose to use such inline assembly =
> tecniques???? Its so difficult to grasp!
For historic reasons, GCC uses an assembler that accepts the AT&T
syntax of assembly code. So this is why the inline assembly needs to
be in AT&T style as well.
As for the other aspects of inline assembly: they are complex
_because_ they are so powerful. You couldn't dream to have inline
assembly that doesn't disrupt compiler optimizations without all that
flexibility.
And please don't post in HTML.
- Raw text -