Final workings
[uccvend-snackrom.git] / ROM2 / vectors.s
index 76e6614..f420128 100644 (file)
@@ -38,6 +38,13 @@ def:
        .globl _debug_user_vectors
 _debug_user_vectors = 0
 
+
+;; RTI interrupt handler
+       .sect .text
+rti:
+       jsr chime
+       rti
+
 ;; 
 ;; Interrupt vectors are in a specific section that is
 ;; mapped at 0xffc0. 

UCC git Repository :: git.ucc.asn.au