We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How to write PRESERVE8 as inline assembly syntax in AC6? Can I write as following?
void inlineAssemblyFunction() { __ASM volatile( ".eabi_attribute Tag_ABI_align_preserved, 1 \n\t" "do something else" ); }