From: Mark Slagell Newsgroups: comp.os.msdos.djgpp Subject: Re: asm compile error w/rhide Date: Fri, 30 May 1997 20:53:20 -0500 Organization: dept. of redundancy dept. Lines: 8 Message-ID: <338F8490.2B0F@geocities.com> References: <5mm06n$htn AT news DOT duq DOT edu> NNTP-Posting-Host: dial48.ppp.iastate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mr. Nospam, Don't know much about vertical retrace per se, but just for readability (and to save your fingers a little), you might substitute semicolons for all those \n\t's. You can also do multiple asm instructions on one line that way if you want. e.g., __asm__( " instruction; instruction; instruction " );