Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > openwatcom.users.c_cpp > #3581
| From | Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.invalid> |
|---|---|
| Newsgroups | openwatcom.users.c_cpp |
| Subject | What is the difference between the various interrupt functions? |
| Date | 2019-10-10 23:53 +0800 |
| Organization | OpenWatcom |
| Message-ID | <qnngid$bga$1@www.openwatcom.org> (permalink) |
Dear o.u.c_cpp, 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 c.o.m.programmer 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
Back to openwatcom.users.c_cpp | Previous | Next — Next in thread | Find similar
What is the difference between the various interrupt functions? Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.invalid> - 2019-10-10 23:53 +0800 Re: What is the difference between the various interrupt functions? "Steven Levine" <steve53@nomail.earthlink.net> - 2019-10-12 17:13 +0000
csiph-web