I have a test program containing a single timer interrupt. I attempted to have the compiler associate the interrupt with a PIC32MZ shadow register set, but it still appears to generate a full prologue and epilogue. I'm guessing that the compiler must have..
↧