ISR(vector_id, ISR_[BLOCK|NOBLOCK|NAKED|ALIASOF])
{
    /* Hardware auto-clears the interrupt flag (most interrupt sources) */
    /* Clear the cause of the interrupt (required by some interrupt sources) */
    /* ISR-specific processing */
}