|
|
Interrupt in C
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: Multiple External Interrupt handling in Microblaze - comp.arch ...Hello. I am currently implementing a Microblaze system with 2 external interrupts. Let us call them bus_reset_INTR and opb_intc_0_Intr_pin . Now earl... Interrupt Service Routine (ISR) Vs Subroutine, Differences - comp ...Hi What are the differences between ISR and a subroutine in embedded systems, how about the following: - interrupts are disabled by the microprocesso... Looking for a fast linear cross correlation implemented in C in ...Hi everyone: I am implementing a fast linear correlation in C in DSK C6713. ... short *index, int ); void icfftr2_dit(Complex* x, Complex* w, short n); interrupt ... stop matlab from execution - comp.soft-sys.matlabhello everyone here i heard that there i some way to stop matlab from execution when it is taking very long time for execution and struck. can any... how to force matlab to quit a running script - comp.soft-sys ...... character means control whatever follows. For example, ^C would be control-C . If you see ^? then that is control-delete. Those are the two _common_ interrupt values. Delay in C on linux or OSS - comp.lang.cDears, =A0 =A0 I'm writing C application using native compiler /usr/bin/c89 to ... On MS-DOS machines, it is possible to reprogram the system timer and timer interrupts. Stop running program without exiting current GUI - comp.soft-sys ...Sometimes I need stop the program and re-run a new one during the old program running, the only way I can do,by far, is to press 'ctl + c' to kill the program,then ... device handle - comp.lang.asm.x86this is for standard intel assembly language can anyone tell me what interrupt/service call i can use to get the device handle? note: this is the D... AVI Creation C/C++ code - comp.graphics.api.openglPORT Irq = microblaze_0_INTERRUPT END Now when I include bus_reset_INTR in my design, everything collapses. Both interrupts aren't detected by the processor. The C code ... Serial console started. To stop, type ESC ( in x4140 - comp.unix ...Guys, I've been running into this problem multiple times. Few of x4140 machines in my setup doesn't allow me to get console from Net mgmt or serial c... Handling interrupts in C - Donald Bren School of Information and ...Handling interrupts in C Programs should be able to recover gracefully when run-time errors occur, such as illegal arithmetic, I/O problems, etc. Interrupts in C++ - electrical engineering, electronic engineering ...EETimes Discussion Article ... Interrupts in C++ Part 1 An ideal C++ device driver would be a class containing, among other things, the ISR as a member function. 7/14/2012 4:53:51 AM
|
|
|
|
|
|
|
|
|