Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Can assembler code be parsed correctly in c editor?

This syntax is not supported, please file an enhancement request and point to some documentation
on this non-standard c-extension.
 
Markus.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Flo Menier
Sent: Friday, April 16, 2010 4:11 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Can assembler code be parsed correctly in c editor?
Importance: Low

how can make c editor don't consider it as error?
   void xxx (void)
   {
     uint tmp;

     __asm
       {
         BIC tmp,tmp,#0x80 // IRQ Enable
         MSR CPSR_c,tmp
       }

   }



Hotmail : une messagerie performante et gratuite avec une sécurité signée Microsoft Profitez-en

Back to the top