error using in-line function

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

More questions in this forum