A fine Aussie asked me to generate a DT_INTS for the new Q43 series. It has been bench tested with TMR0 and TMR2. My assumption is that if they work, the mechanicals are working, and everything else should work.

Attached is "working" code for DT_INTS-Q43. It uses the standard ReEnterPBP-18.bas and functions just like previous versions. You must make sure "MVECEN = OFF" in the CONFIG.

Changes:
1 - Access Bank is BANK4 in the Q43, not BANK0
2 - INTCON is INTCON0
3 - All possible Interrupts are listed along with various #definitions, all non-existent Interrupts have been removed
4 - ASM movff Commands changed to movffl to work with the extended Memory range
5 - INTCON0.PIE doesn't exist, I just commented it out.

Due to #5, this probably only works with all Interrupts used as High Priority. I tested it with TMR0 and TMR2 only. The mechanics work, so I assume all Interrupts will work. Try it and let me know if something isn't working properly. I find it curious that I had to add ".txt" to get this forum to accept it as a valid upload! Remove the .txt to use it.

DT_INTS-Q43.pbp.txt