How can I specify that an assembler function is a particular interrupt handler. In other words, how to I set the vector table entry in assembler. I would like to make a timer A interrupt handler in assembly. I have done it in C, but need more control over the exact register usage.
<<attachment: winmail.dat>>