From 7e19727f577417bc843ab664781cfc9fa70abdc7 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 8 May 2006 02:15:45 +0000 Subject: [PATCH] better resolution of interrupt causes in debug version --- detpic/program.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/detpic/program.asm b/detpic/program.asm index a2b904c..62e5838 100644 --- a/detpic/program.asm +++ b/detpic/program.asm @@ -79,6 +79,13 @@ master_init master_interrupt_low @ enter_interrupt_low Dl 0x80 + Df INTCON + Df INTCON2 + Df INTCON3 + Df PIR1 + Df PIR2 + Df PIR3 + Dl 0x8d call tick_intrl call nmra_serialrx_intrl call power_fault_intrl @@ -86,6 +93,14 @@ master_interrupt_low @ call serialtx_intrl call points_local_intrl call i2cm_intrl + Dl 0x8e + Df INTCON + Df INTCON2 + Df INTCON3 + Df PIR1 + Df PIR2 + Df PIR3 + Dl 0x8f panic morse_IL ;---------------------------------------------------------------------- -- 2.30.2