Interrupt in C

N

Niks

Hey...
Can anybody tell me where to get information about how to use the
int86() function?
Thank for reading...
Nikhil
 
K

Kenny McCormack

Hey...
Can anybody tell me where to get information about how to use the
int86() function?
Thank for reading...

Pretty much like any other function. You call it, passing the
appropriate number of arguments, each of the appropriate type.
 
M

Mark McIntyre

Hey...
Can anybody tell me where to get information about how to use the
int86() function?

Its not a standard C function, and how it works is platform specific.
You'll need to read the documentation for your platform, and bear in
mind that using an old compiler on a modern OS may not succeed, since
the old compiler may assume it can do things to hardware that modern
OSes prohibit.
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top