

InterviewSolution
Saved Bookmarks
1. |
Solve : how to implement int 27h or the function 31h of int 21h?? |
Answer» <html><body><p>hello everyone,<br/> I wonder how to implement <a href="https://interviewquestions.tuteehub.com/tag/int-11513" style="font-weight:bold;" target="_blank" title="Click to know more about INT">INT</a> 27h or the function 31h of int 21h,or you can tell me how they work.if you have the source codes of the functions ,<a href="https://interviewquestions.tuteehub.com/tag/please-601513" style="font-weight:bold;" target="_blank" title="Click to know more about PLEASE">PLEASE</a> paste them or you can mail them to me.thank you.You mean the interrupt codes used in MS-DOS. <br/><a href="<klux>HTTP</klux>://spike.scu.edu.au/~barry/interrupts.html">http://spike.scu.edu.au/~barry/interrupts.html</a><br/>Are you writing in Assembly for a DOS? Which DOS?<br/>And are you wanting to use BIOS interrupts?<br/><a href="https://en.wikipedia.org/wiki/BIOS_interrupt_call">http://en.wikipedia.org/wiki/BIOS_interrupt_call</a><br/>The above link gives you the some information yhou need and refers to other placews for more information.<br/><br/> Quote</p><blockquote>INT 27h<br/>The recommended call instead of this <a href="https://interviewquestions.tuteehub.com/tag/one-241053" style="font-weight:bold;" target="_blank" title="Click to know more about ONE">ONE</a> is INT 21h function 31h,</blockquote> <br/><a href="http://www.delorie.com/djgpp/doc/dpmi/api/310c01.html">http://www.delorie.com/djgpp/doc/dpmi/api/310c01.html</a><br/><br/>Hope you know what your are doing.<br/>This is like going into a very high class restaurant and you don't see the prices. If you have to ask you can't afford it. Before you try and use these low level functions your should already have a full understanding of what they do. Otherwise you computer will crash and burn.it sounds a little crazy,but I will try.Thank you.Well, here are some samples written in C.<br/><a href="http://www.freshersworld.com/Directory/codes.asp?cat=C&subcat=Terminate%20but%20Stay%20Resident%<klux>20</klux>%28TSR%29">http://www.freshersworld.com/Directory/codes.asp?cat=C&subcat=Terminate%20but%20Stay%20Resident%20%28TSR%29</a></body></html> | |