Skip to main content

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

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