From 5cbcc25ac9970b10942c9911eba52733dcf43634 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 26 Dec 2005 13:07:07 +0000 Subject: [PATCH] fix an out of range branch --- detpic/nmra-stream.asm | 1 + detpic/program.asm | 1 + 2 files changed, 2 insertions(+) diff --git a/detpic/nmra-stream.asm b/detpic/nmra-stream.asm index 1a35fdb..d04486f 100644 --- a/detpic/nmra-stream.asm +++ b/detpic/nmra-stream.asm @@ -276,6 +276,7 @@ not_nmra_message ;**************************************************************************** +near_interrupt_high code master_interrupt_high bt_f_if0 INTCON,TMR0IF ; check whether timer0 interrupt set bra master_interrupt_high_notnmra diff --git a/detpic/program.asm b/detpic/program.asm index ee3ec3a..4ef68cc 100644 --- a/detpic/program.asm +++ b/detpic/program.asm @@ -91,6 +91,7 @@ master_interrupt_low panic morse_IL ;---------- +near_interrupt_high code master_interrupt_high_notnmra panic morse_IH -- 2.30.2