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