]> hackdaworld.org Git - my-code/atmel.git/commitdiff
interrupt vector fixed?
authorhackbard <hackbard>
Mon, 8 Dec 2003 16:29:05 +0000 (16:29 +0000)
committerhackbard <hackbard>
Mon, 8 Dec 2003 16:29:05 +0000 (16:29 +0000)
beginners/test_int.asm

index 91fb4b37ceeda6145e0d126dff9ecf4cf15591c8..0b55959bd661ca224e38fdf0de535759f4e240d6 100644 (file)
@@ -8,47 +8,36 @@
 
 ; RESET
 rjmp INIT
-nop
 
 ; INT0
 reti
-nop
 
 ; INT1
 reti
-nop
 
 ; T1 CAPT1
 reti
-nop
 
 ; T1 COMP1
 reti
-nop
 
 ; T1 OVF1
 reti
-nop
 
 ; T0 OVF0
 reti
-nop
 
 ; UART RX
 rjmp UART_RX
-nop
 
 ; UART UDRE
 reti
-nop
 
 ; UART TX
 reti
-nop
 
 ; ANA_COMP
 reti
-nop
 
 UART_RX:
 in r16, UDR