From: "M Bailey" Newsgroups: comp.os.msdos.djgpp Subject: Re: which is the fastest way to clear the screen i mode13h? Date: Thu, 17 Dec 1998 19:21:34 -0000 Lines: 15 Message-ID: <75bll6$nnc$1@newnews.global.net.uk> References: <3661A6AF DOT D97B7859 AT montana DOT com> <36635347 DOT 4E788B AT mediaone DOT net> <36637D50 DOT DBC445CE AT montana DOT com> NNTP-Posting-Host: 195.147.129.52 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com bowman wrote in message <36637D50 DOT DBC445CE AT montana DOT com>... > > >Shred wrote: >> >> Is clrscr() faster than a reasonably weel written assembly routine? > >No. It certainly is faster to use than writing an assembler routine, >however. Why is it faster than hand-coded assembly ? Especially if you make optimizations for the Pentium ?