digitalmars.D - inline assembler interrupts
- llee (11/11) Jun 27 2006 I'm trying to call dos interrupts using the inline assembler.
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.
Jun 27 2006