This semester a lot of laboratory exercises and homework has been related to programming microcontrollers, especially the ATmega128 on the MitMot modular development kit, designed by the Department of Measurement and Information Systems at my university, and the ATmega8, which I used in my own digital circuit designs. Since we have to write code in ASM too, not just C, I decided to write the interrupt jump tables for future use, so I don’t have to always open the datasheet and copy it from there.