Mail Archives: djgpp/2001/02/12/00:18:13
On Monday, February 12, 2001 10:21 AM, Jeremiah [SMTP:xdebugx AT emeraldis DOT com]
wrote:
| How do i call interrupts with inline assembly in djgpp compiler.
| like:
| int 25h
| ?
asm ("int $0x25");
But if you want to call real mode interrupts, use __dpmi_int. Or if you want
to stick to assembler, you'll need to setup the parameters and call int 31h
manually.
--
Prashant TR <tr AT midpec DOT com>
Web: http://www.midpec.com/
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
- Raw text -