Mail Archives: djgpp/2000/01/07/15:19:00
On Fri, 7 Jan 2000, sl wrote:
> DJGPP provides a couple of functions to handle calling of real-mode
> functions, unfortunately I am somehow suppose to know if the real-mode
> function terminates with a 'iret' or something else. All I know is that this
> is a function somewhere in memory with a 'far ptr' to it.. How am I suppose
> to know which functions to pick?
Functions with "far ptr", are terminated with retf. Only interrupt service
routines are normally terminated with iret. So, in your case, you need to
use _dpmi_...._retf functions.
Prashant
- Raw text -