Date: Mon, 11 Jan 93 20:58 CST From: S0R1282 AT tamzeus DOT bitnet Mmdf-Warning: Parse error in original version of preceding line at omnigate.clarkson.edu Subject: writing interrupt handlers To: djgpp AT sun DOT soe DOT clarkson DOT edu I'm porting a routine from BC that traps the com interupt to store incoming characters in a buffer. In BC the declaration is void interrupt int_read(void); gcc does not understand the interrupt keyword, is there an equivalent that will save/restore registers, return via iret, etc? steve