
void adc_intr() interrupt 10 _naked using 0 {
   _asm
      push acc
   _endasm;
   ADCON &= 0xc0;
   _asm
      pop acc
   _endasm;
}
