In line assembly syntax?

Hi All I’m struggling with the GCC asm syntax to do the following in my c code: MSR CPSR_c, R0 Anyone know the correct syntax to do the above? or even better to do the above using a named variable instead of R0? Thanks, Dave