> > Or just: > > _irq: > .word timer0ISR > > > > ... > > __irq: > > b timer0ISR I must use your solution cause: - PC is pointing low addresses - timer0ISR function is located on RAM range - b instruction is able to jump over 24 bit offsets. Is it right ? -- SM
Message
Re: Handling interrupts on RAM (debug) version
2006-05-31 by stefano_m_a