Xref: news2.mv.net comp.os.msdos.djgpp:5669 From: "Chris J. Holmberg" Newsgroups: comp.os.msdos.djgpp Subject: Fastest?? Date: Thu, 04 Jul 1996 23:37:05 -0700 Organization: Lapdog Lines: 12 Message-ID: <31DCB811.1F7C@freenet.hut.fi> NNTP-Posting-Host: ipcs3-9.modem.umu.se 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 I want to copy a 64k buffer to the screen and I have tried __djgpp_nearptr_enable and to move the dos selector to es (I use rep movsd). They both seem equally fast but since the nearptr disables memory protection(I use timer and keyboard interrupts) the selector appears to be the best. Please tell me... What method is THE fastest to copy a buffer to the screen? (mode 13h) Regards, Chris