Interrupt Vector
For each interrupt, which interrupt function to call
In low program addresses
- Hardware generates an LCALL to address in interrupt vector
- Pushes PC (but nothing else) onto the stack
- RETI instruction to return from interrupt
0: 0x03 - External interrupt 0
2: 0x13 - External interrupt 1
4: 0x23 - Serial line interrupt