chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f91c79f
)
add vector_reset
author
ian
<ian>
Tue, 18 Oct 2005 23:12:00 +0000
(23:12 +0000)
committer
ian
<ian>
Tue, 18 Oct 2005 23:12:00 +0000
(23:12 +0000)
detpic/detect.asm
patch
|
blob
|
history
diff --git
a/detpic/detect.asm
b/detpic/detect.asm
index 36f501421933e521e15bce26e7b8575c3a090265..822c6f8d8b794152c8bcb221ec23eec5f43b653b 100644
(file)
--- 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
;****************************************************************************