Hi all, I have the following line of code perfectly working in C30 compiler but gives an error saying "Automatic generation of DSP instructions not yet supported; use __builtin_ addab() instead" in xc16 compiler. volatile register int accuA asm("A"); accu..
↧