This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil ARM inline assembly

I want to insert inline assembly for following statements .I have used __asm directive but it gives error messege

mrs r4, CPSR
orr r4, r4, #0xC0
msr CPSR, r4

kindly advice