Subject: Interrupts in GCC From: io11273 AT Maine DOT BITNET To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Thu, 26 Aug 93 08:33:52 EDT Hi, I have a question regarding GCC...Recently I installed it on a PC and now I am trying to figure out how to write Interrupt Service Routines using it. For example, how do I write a Timer Tick or Ethernet communication Interrupt Service Routines? I read that I can set registers and then call certain interrupt with the int function, but how do I replace interrupts with my own ISR? I have written ISRs in Borland C and that's about it.... Any info would be appreciated. Thanks, Nikolay Guenov *************************************************** io11273 AT maine DOT maine DOT edu nguenov AT jury DOT eece DOT maine DOT edu ***************************************************