inline assembler interrupts

Lionello Lunesu lio at lunesu.remove.com
Tue Jun 27 23:06:30 PDT 2006


llee wrote:
> I'm trying to call dos interrupts using the inline assembler.
> Unfortunately I keep getting the following message during compilation:
> end of instruction
> The code I used is listed below. Any help is welcome.
> asm
> {
> mov AH, interrupt_code ;
> int 21H                ;
> ..
> }
> where interrupt_code is of type long. 

Are those int 21h dos services available under windows!?! That would 
surprise me.

L.



More information about the Digitalmars-d mailing list