From: ian Date: Tue, 18 Oct 2005 23:12:00 +0000 (+0000) Subject: add vector_reset X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=bb556e546f96e05ab3a90819cb0aca84f155f8df;p=trains.git add vector_reset --- diff --git a/detpic/detect.asm b/detpic/detect.asm index 36f5014..822c6f8 100644 --- a/detpic/detect.asm +++ b/detpic/detect.asm @@ -8,7 +8,7 @@ ; after reset and interrupts org 0 -; goto vector_reset + goto vector_reset org 000008h ; goto vector_interrupt_high @@ -22,6 +22,7 @@ ;**************************************************************************** +vector_reset goto informative_panic ;****************************************************************************