Hello, I have project that has both assembly language and C modules in separate files. I'm using XC16 with MPLAB-X. I can call C functions from the assembly module but not the other way. I'm trying to access one of the ASM routines in from a C module but ..
↧