This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error using in-line function

void test()
{
#pragma asm
MOV R0,#55H
#pragma endasm
}
this code generates A45 error:undefined symbol

0