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

RoshanR

Member
Joined
Mar 28, 2008
Messages
31
Reaction score
0
Points
6
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