X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fvectors.s;h=76e6614f6968e2931dc1f1c76c751e7fd4d5dca3;hb=2e7a8beb908896930042bc0564fbd16f3e0b0b62;hp=abcfc971c1a517aec0ec886becf4435d6e76b55a;hpb=81ad17d2164523859d14464b9950a39f87e04937;p=uccvend-snackrom.git diff --git a/ROM2/vectors.s b/ROM2/vectors.s index abcfc97..76e6614 100644 --- a/ROM2/vectors.s +++ b/ROM2/vectors.s @@ -27,6 +27,8 @@ Boston, MA 02111-1307, USA. */ .sect .text .globl _start + .globl sci_interrupt + .globl uart_interrupt ;; Default interrupt handler. .sect .text @@ -65,8 +67,8 @@ vectors: .word def ; ffde (TOI) ;; Timer Output Compare - .word def ; ffe0 - .word def ; ffe2 + .word def ; ffe0 + .word def ; ffe2 .word def ; ffe4 .word def ; ffe6 .word def ; ffe8 @@ -78,11 +80,11 @@ vectors: ;; Misc .word rti ; fff0 (RTII) - .word def ; fff2 (IRQ) + .word uart_interrupt ; fff2 (IRQ) .word def ; fff4 (XIRQ) .word def ; fff6 (SWI) .word def ; fff8 (ILL) - .word def ; fffa (COP Failure) - .word def ; fffc (COP Clock monitor) + .word _start ; fffa (COP Failure) + .word _start ; fffc (COP Clock monitor) .word _start ; fffe (reset)