Interrupt in C

  • Follow


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

0
Reply nbokare (19) 11/7/2006 7:54:43 AM

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

It'll be in your platform's documentation.

-- 
Ian Collins.
0
Reply ian-news (9882) 11/7/2006 7:57:53 AM


In article <1162886083.311073.171700@e3g2000cwe.googlegroups.com>,
Niks <nbokare@gmail.com> wrote:
>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.

0
Reply gazelle2 (1306) 11/7/2006 11:12:54 AM

On 6 Nov 2006 23:54:43 -0800, in comp.lang.c , "Niks"
<nbokare@gmail.com> wrote:

>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
0
Reply markmcintyre (4547) 11/7/2006 10:12:28 PM

3 Replies
37 Views

(page loaded in 0.076 seconds)

Similiar Articles:













7/14/2012 4:53:51 AM


Reply: