From: Mark Newsgroups: comp.os.msdos.djgpp Subject: Interrupts Date: Fri, 09 Jan 1998 10:47:59 +1100 Organization: A customer of Netspace Internet Lines: 6 Message-ID: <34B565AF.458C@netspace.net.au> Reply-To: tsui AT netspace DOT net DOT au NNTP-Posting-Host: dialup-m2-17.sydney.netspace.net.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How do I call the interrupt the equivalent of(tasm): mov ah, 5h int 16h I have heard that you need to use something like __dpmi_int but I don't really know how to do it.