> -Original Message-
> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On
> Behalf Of Nikola Ikonic
> Sent: 03 February 2010 09:27
> To: gcc@gcc.gnu.org
> Subject: GCC calling GNU assembler
>
> Hello all,
>
> Could anybody please answer me on followi
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,