As John Myers wrote:

> It looks like I can use ISR_ALIAS(XXX_vect,my_isr) which creates in
> extra jump instruction to the ISR.

Yes, that looks like it would work.

> although I wanted to avoid any extra overhead.

Well, interrupt response takes quite a bit of time already anyway, so
I think another couple of clocks for the jump isn't really a
show-stopper.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to