From: "Axis" Newsgroups: comp.os.msdos.djgpp Subject: Fastest Clear Screen and Plot Pixel in Protected mode?. Date: Sat, 08 May 1999 09:19:54 GMT Organization: Posted via RemarQ Communities, Inc. Lines: 10 Message-ID: <01be9935$135e0dc0$2e2357ce@axis> References: <372beee0 DOT 3164117 AT netnews DOT worldnet DOT att DOT net> NNTP-Posting-Host: 206.87.35.46 NNTP-Posting-Date: Sat, 08 May 1999 09:19:54 GMT X-Trace: 926155194.018.34 TR98BKV8C232ECE57C usenet1.supernews.com X-Complaints-To: newsabuse AT remarQ DOT com X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What is the fastest for blitting an entire buffer to the screen, and what is the fastest routine for individual pixel plotting in protected mode DJGPP?, I meand like dosmemput() and _fsetsel() and all those. I can use real mode but I want a fast alternative and don't want to use assembly yet but inline assembly would be okay too. thanks alot from Dan Gold...