home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17724 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.5 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!news.funet.fi!news.cc.tut.fi!tut!mt87692
  3. From: mt87692@cs.tut.fi (Mikko Tsokkinen)
  4. Subject: Re: Memory copy via blitter
  5. In-Reply-To: cschneid@amiga.physik.unizh.ch's message of Tue, 22 Dec 1992 14:58:56 GMT
  6. Message-ID: <MT87692.92Dec23001404@kaarne.cs.tut.fi>
  7. Sender: news@cc.tut.fi (USENET News System)
  8. Organization: Tampere University of Technology
  9. References: <1992Dec21.010818.1095134@sue.cc.uregina.ca>
  10.     <1992Dec22.145856.26691@rzu-news.unizh.ch>
  11. Date: 23 Dec 92 00:14:04
  12. Lines: 23
  13.  
  14.  
  15. In article <1992Dec22.145856.26691@rzu-news.unizh.ch> cschneid@amiga.physik.unizh.ch (Christian Schneider) writes:
  16.  
  17. > Dave Plummer (plummer@hercules.cs.uregina.ca) wrote:
  18. > : Could someone email a short example of how to copy 512 bytes within Chip
  19. > : memory using the blitter?  It's totally unrelated to graphics, but since
  20. > : I want a fast way to copy 512 or 1024 bytes, I'd like to use the blitter,
  21. > : but all the documentation I can find refers to BitMaps and such.
  22.  
  23. > I'd use CopyMemQuick() from exec... (Your data is long word aligned,
  24. > isn't it?)
  25. > CopyMemQuick is probably as fast as blitter for 512 or 1024 bytes on
  26. > 68000 and certainly faster on A3000/A4000 ;-)
  27. > - Chris
  28.  
  29. While CopyMemeQuick() is good answer. However it is wrong to say if it
  30. is faster to use cpu even on A4000 because you can leave blitter doing
  31. it and do something else in the same time. It depends on the situation.
  32.  
  33.  
  34. --
  35.  Mit
  36. xxxxx
  37. "Any sufficiently advanced technology is indistinguishable from magic."
  38.