Re: Interrupt in C
On 6 Nov 2006 23:54:43 -0800, in comp.lang.c , "Niks"
<nbokare@xxxxxxxxx> 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
.
Relevant Pages
- Re: interesting use of NEXT SENTENCE vs. CONTINUE
... These days I don't do compiler maintenance, but I HAVE done in the past, so ... You had a chance to point out how adherence to the standard can improve ... >> compile it WITH MINOR MODIFICATIONS for a specific platform. ... > platform-specific extension to COBOL ... (comp.lang.cobol) - Re: C portability is a myth
... > solicitation for the availability of a compiler for a given platform. ... If the source is pure Standard C ... can be successfully ported to all implementations. ... (comp.lang.c) - Re: interesting use of NEXT SENTENCE vs. CONTINUE
... I DID think any old compiler would be able to ... > compile it WITH MINOR MODIFICATIONS for a specific platform. ... > not going to go to the Standard to see what SHOULD work. ... If you write your COBOL code avoiding the things that are marked as ... (comp.lang.cobol) - Re: interesting use of NEXT SENTENCE vs. CONTINUE
... > implementations that purport to conform to a COBOL standard is to write ... I DID think any old compiler would be able to ... compile it WITH MINOR MODIFICATIONS for a specific platform. ... >> Portability depends on where you plan to port (or more likely where ... (comp.lang.cobol) - Re: <ctype.h> toLower()
... I need to link in the standard C library. ... The output of a compiler is generally called an object file. ... a call to tolower() is a call to tolower, ... platform, without even having to know which character set is used on that ... (alt.comp.lang.learn.c-cpp) |
|