An Interrupt Handler is a subroutine which the CPU automatically runs when an interrupt occurs.
ISR stands for "interrupt service routine."
Use BRK to force a software interrupt.
Return control back with RTI or RETI.