Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

RE: [AVR-Chat] Sim problems FOUND

2004-01-14 by David VanHorn

Of course these should all be RJMP!
Don't you hate it when that happens? :)




>;***********************************************************************
>; INTERRUPT VECTOR TABLE.  YOU MAY NOT CHANGE THE ORDER OF THESE JUMPS!
>;***********************************************************************
>        jmp     INIT_Machine    ;Restart vector, points to the beginning of the code. 
>        jmp     EXT_INT0        ;IRQ 0 
>        jmp     EXT_INT1        ;IRQ 1 
>        jmp     TIM2_COMP       ;Timer 2 Compare
>        jmp     TIM2_OVF        ;Timer 2 Overflow
>        jmp     TIM1_CAPT       ;Timer 1 capture 
>        jmp     TIM1_COMPA      ;Timer 1 compare A
>        jmp     TIM1_COMPB      ;Timer 1 compare B
>        jmp     TIM1_OVF        ;Timer 1 overflow
>        jmp     TIM0_OVF        ;Timer 0 overflow
>        jmp     SPI_Handler     ;Serial transfer complete
>        jmp     USART_RXC       ;USART RX complete
>        jmp     USART_DRE       ;USART data register empty
>        jmp     USART_TXC       ;USART TX complete
>        jmp     ADC             ;Analog-Digital Converter
>        jmp     EE_RDY          ;EEPROM Ready
>        jmp     ANA_COMP        ;Analog comparator
>        jmp     TWI             ;Two Wire Serial Interface
>        jmp     SPM_RDY         ;SPM

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.