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]
Other format: [Raw text]

GCC calling GNU assembler


Hello all,

Could anybody please answer me on following question:

where is GCC callin assembler where it recognizes assembler code in C
function? For example, let's say that there is this line in C code:

asm("mov r1,r0");

So, the parser parses this as an assembler string. But where, in GCC
code, is assembler called to process this string?
Or maybe the question is where this "mov r1, r0" string is passed to
assembler. Anyway, I think you got my question.

Thanks in advance!

Best regards,
	     Nikola


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