Situation: You want to include a timer interrupt service routine in an assembly language program for an AVR-based Arduino. The program will be written, assembled and uploaded using the Arduino IDE.
There have been various threads asking about interrupt handling in libmaple. This file explains the libmaple interrupt handling interfaces, how libmaple organizes its interrupt handlers, and how to ...