From b14ffdfa49da3fb9ae67ae3fc2862706ff66b0be Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 30 Dec 2005 13:29:06 +0000 Subject: [PATCH] new D macro for using debugbyte --- detpic/common.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/detpic/common.inc b/detpic/common.inc index ed166bf..f54e818 100644 --- a/detpic/common.inc +++ b/detpic/common.inc @@ -122,6 +122,11 @@ tickdiv_us equ tick_us * tickdiv @ macro endm +D macro v + mov_lw v + call debugbyte + endm + ;---------------------------------------- ; For entering and leaving Low ISR, saving and restoring STATUS and W ; See above under _intrl, and {master,slave}_interrupt_low -- 2.30.2