From: Isaac Waldron Newsgroups: comp.os.msdos.djgpp Subject: 16 or 32 bit transfers Date: Fri, 27 Mar 1998 14:51:00 -0500 Organization: The Computer Nerd Lines: 10 Message-ID: <351C0324.8389DF42@lr.net> Reply-To: waldroni AT lr DOT net NNTP-Posting-Host: mere1-7.worldpath.net 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 Is it possible to transfer data from a drawbuffer to video memory without using memcpy, which uses 8 bit transfers? I would like to transfer it in 16 or even 32 bit chunks if possible. Also, can I fill a drawbuffer using 16 or 32 bit fills instead of the 8 bits that memset uses? Any help would be appreciated, -- Isaac Waldron http://www.geocities.com/SiliconValley/Lakes/3574/index.html