This is the mail archive of the gcc-help@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]

RE: problem in extended asm


no not a question of closing quote

consider if it is there
 --- Dave Korn <dk@artimi.com> wrote: 
> > -----Original Message-----
> > From: gcc-owner On Behalf Of Ankit Jain
> > Sent: 09 August 2004 18:10
> 
> > hi
> > 
> > a simple question: why the followinf instruction
> > dosent work in gcc
> > for(i=0;i<8;i++)
> > {
> > asm("movq i(%1),%%mm0 \n"
> >     "movq %%mm0,(%0)
> >     :"=r"(x)
> >     :"r"(m));           //m is an array
> > }
> 
>   You forgot a closing quote.
> 
> 
>     cheers, 
>       DaveK
> -- 
> Can't think of a witty .sigline today....
> 
>  

________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html


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