home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5535 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.9 KB  |  52 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!sun.rhrk.uni-kl.de!peter
  3. From: peter@rhrk.uni-kl.de (Gunter Bitz)
  4. Subject: Re: 16-bit RAM Access on Falcon ?
  5. Message-ID: <1992Nov8.132805.1903@rhrk.uni-kl.de>
  6. Organization: University of Kaiserslautern, Germany
  7. References: <1992Oct28.102522.21044@ugle.unit.no> <1992Nov1.183817.15596@rhrk.uni-kl.de> <1992Nov5.213100.423@prime.mdata.fi>
  8. Distribution: eunet
  9. Date: Sun, 8 Nov 1992 13:28:05 GMT
  10. Lines: 40
  11.  
  12. >>
  13. >>>  Is it true that the Falcon030 only has 16 bit RAM Access ?
  14. >>
  15. >>Ok. My answer is simply :  YES !
  16.  
  17. >Excuse me, but where did you get that from? Sam Tramiel stated in the
  18. >GEnie conference a long time ago that it has a 32-bit bus. Also,
  19. >somebody tested Falcon with QIndex and got 471% for the CPU memory
  20. >test, compared to a normal ST. I don't see how this could be possible
  21. >with a 16-bit bus. So please tell me (us) where this information came
  22. >from?
  23.  
  24. I don't know what Qindex does, but I testet the following:
  25. A short loop (which fits completely in the processor cache) like that:
  26. ll:
  27.     move.w    d0,(a0)+
  28.     dbf    d7,ll
  29. and another like
  30. ll:
  31.     move.l    d0,(a0)+
  32.     dbf    d7,ll
  33.  
  34. The result was that filling the same amount of memory with longwords is a bit
  35. faster than filling with words, but not twice as fast as it should be on a
  36. r e a l   32 bit machine. I'm sorry about that
  37. I also know that Atari states that the Falcon is a real 32 bit computer.
  38. I also asked a few people at the Duesseldorf Atari Messe and they told me the 
  39. same stuff. My opinion is that Atari tries the same way as Apple with their
  40. 'small' Macintosh.
  41. Anyway most of the 'Users' don't recognize a difference between 
  42. a 16 or 32 bit bus.
  43.  
  44. Perhaps somebody might try the same as I did and report to this group !
  45.  
  46. But anyway even with this small bus the Falcon is a interesting computer
  47. and I personally will buy one anyway !
  48.  
  49. cu 
  50.   Gunter
  51.  
  52.