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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/02 13:15
Read: times


 
#25986 - RE: how to write interrupt vectors in C.


Andy Neil wrote:
-------------------------------
In Keil (which, I believe, is very similar to Raisonance), you simply define your ISR as
void myIsr(void) interrupt n
simply specifying the interrupt keyword makes the compiler insert the appropriate code at the appropriate vector address; all you need to worry about is specifying the correct value of n

Not only is it similar but it is exactly the same as thatother compiler. :-)

Bryan Whitton
American Raisonance

List of 5 messages in thread
TopicAuthorDate
how to write interrupt vectors in C.            01/01/70 00:00      
RE: how to write interrupt vectors in C.            01/01/70 00:00      
RE: how to write interrupt vectors in C.            01/01/70 00:00      
how to write interrupt vectors in C            01/01/70 00:00      
RE: how to write interrupt vectors in C.            01/01/70 00:00      

Back to Subject List