Message-Id: <199812011340.IAA03344@delorie.com> From: "Robert Darmochwal" To: Subject: Re: which is the fastest way to clear the screen i mode13h? Date: Tue, 1 Dec 1998 14:15:32 +0100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com k,plaintext this time: xor eax,eax mov edi,0xa0000 mov ecx,4000h rep stosd assuming your es selector base is set to offset of 0. Best Regards, Robert www.aldec.com ---------- > From: Eli Zaretskii > To: Robert Darmochwal > Subject: Re: which is the fastest way to clear the screen i mode13h? > Date: Tuesday, December 01, 1998 2:03 PM > > > Please try to set up your mail software so that your messages are sent as > plain text, without the HTML tags. Many people use news readers which > don't understand HTML, and it makes it very hard for them to read your > messages.