This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: "\n\t" in inline asm


Martynas Kunigelis <mkunigelis@alna.lt> writes:

|> I use inline assembly quite often and I am a little disturbed by the
|> need to append "\n\t" to the end of every inline assembly line.

You can use a semicolon instead.  But this depends on the assembler, the
compiler does not interpret anything inside the string except % escapes.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]