Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!j.cc.purdue.edu!brazil.psych.purdue.edu!zhou From: zhou@brazil.psych.purdue.edu (Albert Zhou) Newsgroups: comp.lang.pascal Subject: Re: (none) Message-ID: <11733@j.cc.purdue.edu> Date: 28 Jan 91 17:35:28 GMT References: <25726@adm.brl.mil> Sender: news@j.cc.purdue.edu Reply-To: zhou@brazil.psych.purdue.edu (Albert Zhou) Organization: Purdue University Lines: 17 In article <25726@adm.brl.mil> SCP3006%SAKAAU03.BITNET@uga.cc.uga.edu writes: >Subject : What are these functions in INT 16H.. >******************************************************************************* >Hi all of you .. > > While I was studying a program written in assembly language . I was >surprised to see functions 10H , 11H , 12H were used . I don't think Int 10H is reserved. They are just some BIOS functions. I don't know much about 11H and 12H. >you will find that these functions under INT 16H are * RESERVED * When people mention Int 16 (not 16H), it's the same thing as Int 10H. Needless to say, those low-level interrupts are very tricky. It's safer and more convenient to used DOS interrupts.