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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/26/02 09:10
Read: times


 
#29707 - RE: Calling assembler interrupts from C
Hi Chris,

there is no way on C to call interrupts.
Interrupts are only called by the interrupt logic. You must place a jump to your interrupt routine on the interrupt vector address.
E.g.:

org 0003h
ljmp inthandler_EX0


Peter


List of 22 messages in thread
TopicAuthorDate
Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: But why??            01/01/70 00:00      
RE: Andy            01/01/70 00:00      
RE: Andy/Mahmood            01/01/70 00:00      
RE: Andy/Mahmood            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: Calling assembler interrupts from C            01/01/70 00:00      
RE: SRC :-(            01/01/70 00:00      
Thanx Andy            01/01/70 00:00      

Back to Subject List