From: ian Date: Fri, 30 Dec 2005 13:29:06 +0000 (+0000) Subject: new D macro for using debugbyte X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b14ffdfa49da3fb9ae67ae3fc2862706ff66b0be;p=trains.git new D macro for using debugbyte --- 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