68hc11

  1. R

    How to define an interrupt service routine in Motorola's 68HC11?

    I have written the Interrupt service routine (ISR) to do a function. That function should be performed upon IRQ interrupt. How do I define that IRQ such that when there is a IQR interrupt the ISR should perform?
Back
Top