Date: Thu, 1 Aug 1996 07:15:06 +0200 (IST) From: Eli Zaretskii To: David M Barrett Cc: djgpp AT delorie DOT com Subject: Re: Inline ASM : "Error: operands given ..." In-Reply-To: <4tlo26$8cb@srvr1.engin.umich.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 30 Jul 1996, David M Barrett wrote: > I've got some inline assembly that I just can't get to work. It's a > simple routine to move an offscreen buffer onto the screen. Please note that there is a library function called `ScreenUpdate' that does just that (at least in text mode). You don't *have* to use it if you don't want to, but at least you can look into its source to see how this is done.