read the sections about #pargma asm in the manual.
I can not see any reason wy this should be neccessary. Its always beter to write an extra asm module if you need the power of ASM
First of all, your C code does not do what I did in the ASM routine.
Second of all, the point is not that it cannot be done in C. Almost everthing that ASM does can be done in C. But sometimes you need to do things in a more efficient manner. You have to use ASM. Sometimes, there is just no choice. C is too slow and too bloated for some operations.
This also requires source control to be active (as the compiler error proudly announce). To do this, right click on the file where you inserted the asm code (in the project workspace window) and from the <option for file "whatever_your_filename_is.c"> select "generate assembly SRC file" and "assemble SRC file"