From: eggbrains AT aol DOT com (Egg brains) Newsgroups: comp.os.msdos.djgpp Subject: can't use int in djgpp's inline asm... Date: 27 Jul 1997 21:13:14 GMT Lines: 8 Message-ID: <19970727211301.RAA23545@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk for some reason, when ever i try to use 'int' in inline asm, it creates the error 'operands given don't match any known 386 instruction'..... does this mean i have to use a non-asm code like __dmpi_int or int86? and will that slow down the speed? Paul