The int86() function

F

Fredmanglis

I have encountered the int86() function while reading some books on C.
It however does not work on my Ms Visual Studio compiler and I was
just wondering, is it still a supported standard and if it is, how
does one make it work on the Ms Visual Studio compiler?
 
A

ajk

I have encountered the int86() function while reading some books on C.
It however does not work on my Ms Visual Studio compiler and I was
just wondering, is it still a supported standard and if it is, how
does one make it work on the Ms Visual Studio compiler?

int86 was used for old ms-dos programming to do operating system
calls, u are probably better off checking in that newsgroup.

hth/ajk
 
W

Walter Bright

Fredmanglis said:
I have encountered the int86() function while reading some books on C.
It however does not work on my Ms Visual Studio compiler and I was
just wondering, is it still a supported standard and if it is, how
does one make it work on the Ms Visual Studio compiler?

int86() is for DOS, 32 bit DOSX, and 16 bit Windows code. For more
information, see:

http://www.digitalmars.com/rtl/bios.html#_int86
 

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,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top