From: Inkel AT sion DOT com To: djgpp AT delorie DOT com Date: 16 Mar 1998 14:50:26 EDT Subject: Re: Syntax of "asm" statement Message-ID: <0bd9e3156171038PROXY@sion.net> Precedence: bulk >Hello, >I'm used to putting assembler statements into my programs using asm. >But I can't figure out the (apparently) different syntax under djgpp. >Here's a simple thing I would like to be able to do (this works fine >under bc3): > >asm { > mov ax, 0x0013 > int 0x10 >} > >TIA > >-- > Michael Langton Mike, I recommend you to read the DJGPPFAQ (http://www.delorie.com/djgpp/v2faq/faq.html) , 'cause it seems to me that you got a little problem with inline asm in DJGPP. Good luck. Leandro M. "Spawn" López (mailto:inkel AT sion DOT com) P.S.: Sorry about my english.