#include #include ISR(INT0_vect, ISR_NAKED) { asm("jmp int_vertical_sync"); } ISR(INT1_vect, ISR_NAKED) { asm("jmp int_horizontal_sync"); }