I want to write my own interrupt service routine but how do you do it in Borlands C++. In regular C, it would be declared as void interrupt Name_int(void) where Name_int is the user's service routine. But how do you do it in C++??? HELP!!!!!! lk