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

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Free Cycles
  5. Date: 21 Feb 1996 14:46:44 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4gfb8k$7bd@maureen.teleport.com>
  8. References: <xDPTwMD0aRz1@azure.people-x.people.de> <xIIBkMD0aez2@azure.people-x.people.de> <4g2l8c$ocu@oreig.uji.es> <38232499@kone.fipnet.fi> <4gcqih$bg8@brachio.zrz.TU-Berlin.DE>
  9. NNTP-Posting-Host: linda.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Philipp Boerker (rawneiha@hydra.zrz.TU-Berlin.DE) wrote:
  13. : "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi> writes:
  14.  
  15.  
  16. : >> >     Free cycles between two:
  17. : >> 
  18. : >> >         move.l (fast)+,(chip)+          ;18 cylces
  19. : >> >         clr.l   (chip)+                 ;24(!!!) cycles
  20. : >> 
  21. : >> AFAIK clr.l reads and then writes -> slower.
  22.  
  23. : >Only on the 68000. 
  24.  
  25. : >Isnt it obvious why move.l (fast)+,(chip)+ has less free
  26. : >cycles; the read from fast takes some -->áfast reads
  27. : >dont "give" free cycles.
  28.  
  29. : You misunderstood the quotes! 
  30. : 18 c duration for ml (fast)+,(chip)+
  31. : 24 c duration for clr.l (chip)+ !!!
  32.  
  33.  clr.l is slower on 030 and under... dunno about the 040.
  34.  The instruction never mention it was doing a R/W operation, 
  35.  even the motorola book timing was wrong (at least upto rev4)
  36.  
  37.  I would be interested in seying motorola thinking on 'where' to put
  38.  the effort and transistor on the 680x0 chip.
  39.   
  40.  Stephan
  41.  
  42.