chiark / gitweb /
add vector_reset
authorian <ian>
Tue, 18 Oct 2005 23:12:00 +0000 (23:12 +0000)
committerian <ian>
Tue, 18 Oct 2005 23:12:00 +0000 (23:12 +0000)
detpic/detect.asm

index 36f501421933e521e15bce26e7b8575c3a090265..822c6f8d8b794152c8bcb221ec23eec5f43b653b 100644 (file)
@@ -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
 
 ;****************************************************************************