Date: Wed, 3 Jul 1996 08:53:47 +0200 (IST) From: Eli Zaretskii To: P DOT F DOT AT delorie DOT com Cc: djgpp AT delorie DOT com Subject: Re: Need help with built in assembly. In-Reply-To: <4rbggg$bk4@clark.zippo.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 2 Jul 1996 P DOT F DOT AT delorie DOT com wrote: > When I do something like the followering: > asm ("mov ah, 0"); It gives me error. > asm ("mov al, %0" ::"c"(mode)) It also gives me error. > What should I do, please help! You should read the FAQ, of course! Get the file faq200b.zip from the same place you get DJGPP (in the v2/ directory) and read sections 17.1 and 17.2 (I'd recommend to also read 17.3 and 17.4). They will tell you some basic stuff about such problems and point you to the chapter in the docs that describe this issue in more details. > One more question, is there any good IDE for Djgpp? Where can I get it? If you are looking for something like the Borland's IDE, try RHIDE, available as ftp://ftp.simtelnet/pub/simtelnet/gnu/djgpp/v2apps/rhideb.zip If you like Emacs, it can be compiled with DJGPP v2.