From fd50de9606ea50eb3b1994313031ed9769ba8a2d Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 29 Dec 2005 03:42:40 +0000 Subject: [PATCH] some use of xdebug to help spurious interrupt chasing --- detpic/program.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/detpic/program.asm b/detpic/program.asm index 1edd9d5..c83bc2a 100644 --- a/detpic/program.asm +++ b/detpic/program.asm @@ -88,6 +88,12 @@ master_init ;---------------------------------------- master_interrupt_low enter_interrupt_low + mov_ff INTCON, xdebug+0 + mov_ff INTCON2, xdebug+1 + mov_ff INTCON3, xdebug+2 + mov_ff PIR1, xdebug+3 + mov_ff PIR2, xdebug+4 + mov_ff PIR3, xdebug+5 call tick_intrl call nmra_serialrx_intrl call power_fault_intrl -- 2.30.2