Date: Fri, 23 Dec 1994 00:30:31 -0500 (EST) From: john miller To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Calling 16 bit functions I am trying to call a Microsoft C function void foo(void) using _go32_dpmi_simulate_fcall(regs). I have set regs.x.cs and regs.x.ip to values corresponding to the C function. What other registers do I need to set? Are there any other gcc functions that need to be called? Thanks in advance John Miller