When i compile the following code with SRC Directive of this source file, the error occurs. Can anyone help me to deal with it?
unsigned char function(char buffer) { #pragma asm MOV A, R7 MOV R1, A #pragma endasm return 1; }