Ignorance file
[uccvend-snackrom.git] / ROM2 / vectors.s
index 76e6614..f8f586d 100644 (file)
@@ -35,8 +35,15 @@ Boston, MA 02111-1307, USA.  */
 def:
        rti
 
-       .globl _debug_user_vectors
-_debug_user_vectors = 0
+;;     .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

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