home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4485 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 29 Feb 1996 18:04:49 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <809.6632T1184T2621@ifi.uio.no>
  8. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>
  9.             <38232604@kone.fipnet.fi> <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de>
  10.         <642.6629T546T2374@login.eunet.no> <4gpjgi$19c@serpens.rhein.de>
  11.     <265.6630T583T838@login.eunet.no> <4gt2ub$ban@serpens.rhein.de>
  12. NNTP-Posting-Host: gymir.ifi.uio.no
  13. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  14.  
  15. >patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
  16. >>>>Tell me, how do you copy memory with only writes. :)
  17. >>>With a write buffer ? :)
  18. >>>You can copy memory from fast to chip with 7M/s.
  19. >>Explain.
  20. >Just try this on an A3000. The trick is that for writing to
  21. >chip memory the CPU databus is only occupied for a short time.
  22. >If you would immediately start another write it is delayed for
  23. >the next chip memory slot. But it is possible to do a fast memory
  24. >read and still be fast enough to not miss the next chip memory
  25. >slot.
  26. >That means, a copy loop transfers 7MByte/s.
  27. >This is not true on the A4000/040. Probably an effect of the
  28. >A3640s bus interface.
  29. And not true for my A1200 030/50mhz either! :(
  30.  
  31. <sb>Ludde - Amiga Demo Coder
  32. <sb>Virtual Reality & Official Be developer
  33. <sb>ludvigp@ifi.uio.no
  34.  
  35.