Re: Help for a confused soul
- Posted by Michael Bolin <michaeltom at GEOCITIES.COM> Jun 15, 1997
- 895 views
> > What about mem_copy(Video,buffer,32000) > > What I am trying to do is similar with mem_copy, however I think mem copy > only copies a byte at a time this should copy words at a time. So my screen > update time will be 2X as fast I hope. mem_copy() copies four bytes at a time, and is very close to the fastest possible method for copying memory. Regards, Michael Bolin