home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3470 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  35 lines

  1. Path: hydra.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@hydra.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Free Cycles
  5. Date: 20 Feb 1996 15:49:37 GMT
  6. Organization: Technical University Berlin, Germany
  7. Message-ID: <4gcqih$bg8@brachio.zrz.TU-Berlin.DE>
  8. References: <xDPTwMD0aRz1@azure.people-x.people.de> <xIIBkMD0aez2@azure.people-x.people.de> <4g2l8c$ocu@oreig.uji.es> <38232499@kone.fipnet.fi>
  9. NNTP-Posting-Host: hydra.zrz.tu-berlin.de
  10.  
  11. "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi> writes:
  12.  
  13.  
  14. >> >     Free cycles between two:
  15. >> 
  16. >> >         move.l (fast)+,(chip)+          ;18 cylces
  17. >> >         clr.l   (chip)+                 ;24(!!!) cycles
  18. >> 
  19. >> AFAIK clr.l reads and then writes -> slower.
  20.  
  21. >Only on the 68000. 
  22.  
  23. >Isnt it obvious why move.l (fast)+,(chip)+ has less free
  24. >cycles; the read from fast takes some -->áfast reads
  25. >dont "give" free cycles.
  26.  
  27. You misunderstood the quotes! 
  28. 18 c duration for ml (fast)+,(chip)+
  29. 24 c duration for clr.l (chip)+ !!!
  30.  
  31. Greets,
  32. Phil.
  33. grond/matrix
  34.  
  35.