Hello How to write inline assembly code in c file and access cpu R0-R31 registers? I write something like: __asm{
STRB R0,[R2,0#02]
}
but i face errors: expected [ or ]. Thanks.