Quantcast
Channel: ARM Connected Community : All Content - All Communities
Viewing all articles
Browse latest Browse all 6005

Adding inline assembly in C Code

$
0
0

Hi

 

There are some instances when you need to call ARM Instructions in C Code.

Best way is to use __asm {

 

}

 

.

This is good when no issue is there. But some times, you get some error

errot #1113 arm: inline assembler not permitted when generating thumb code

 

The cause is due to compiler issues , But if you dont want to modify the  compiler settings any solution for above problem ?


Viewing all articles
Browse latest Browse all 6005

Trending Articles