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.
void test() { #pragma asm MOV R0,#55H #pragma endasm } this code generates A45 error:undefined symbol
void test() { #pragma asm MOV R0,#55H #pragma endasm }