Johann 'Myrkraverk' Oskarsson
2019-10-10 15:52:43 UTC
Dear c.o.m.programmer,
OpenWatcom has several different interrupt routines, namely
int386
int386x
int86
int86x
intdos
intdosx
intr
intrf
and others. The C Library Reference doesn't include any hint on when I
should choose one function over another.
So far I've just used intr() because it's the first one I came across.
Is it any better to use int386() or int386x() in protected mode
applications?
If context matters, then for now I'm mostly interested in the int 33
mouse functions.
[Copied but not cross posted to the openwatcom newsgroup, because I'm
using different NNTP servers.]
OpenWatcom has several different interrupt routines, namely
int386
int386x
int86
int86x
intdos
intdosx
intr
intrf
and others. The C Library Reference doesn't include any hint on when I
should choose one function over another.
So far I've just used intr() because it's the first one I came across.
Is it any better to use int386() or int386x() in protected mode
applications?
If context matters, then for now I'm mostly interested in the int 33
mouse functions.
[Copied but not cross posted to the openwatcom newsgroup, because I'm
using different NNTP servers.]
--
Johann | email: invalid -> com | www.myrkraverk.com/blog/
I'm not from the Internet, I just work there. | twitter: @myrkraverk
Johann | email: invalid -> com | www.myrkraverk.com/blog/
I'm not from the Internet, I just work there. | twitter: @myrkraverk