Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/22/01 03:05
Read: times


 
#10258 - RE: Software Interrupt instruction?
The INT_RETI: example is what I was looking for. Thanks. On the Motorola HC11, I can accomplish the same by setting the global interrupt enable flag while inside an ISR. I once had to do that too to run a very time consuming task that needed to be processed in a very precise manner. So what I did is to call the task from a timer interrupt, but enables global interrupt before I do so. So that other interrupts can still be served while this long task is ran.

Thanks

Andy


List of 10 messages in thread
TopicAuthorDate
Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      
RE: Software Interrupt instruction?            01/01/70 00:00      

Back to Subject List