Date: 24 Feb 1993 22:56:33 -0500 (EST) From: JMILLER AT CHESS DOT EISC DOT UTOLEDO DOT EDU Subject: int86x problem To: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Edison Industrial Systems Center The line of code int86x(128, regs, regs, segregs); calls a TSR at 0x80 and works perfectly with Microsoft C. However, when compiled with DJGPP, it fails with a exception 128 (0x80). Any clues as to how this can be fixed? Thanks John Miller