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

  1. Path: newsfeed.internetmci.com!xmission!xmission!not-for-mail
  2. From: butlerm@xmission.xmission.com (Mark David Butler)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Processors
  5. Date: 23 Mar 1996 06:13:34 -0700
  6. Organization: XMission Internet (801 539 0900)
  7. Message-ID: <4j0tdu$bb7@xmission.xmission.com>
  8. References: <1880.6651T550T1538@darwin.topend.com.au> <4is7ig$m47@beavis.kronos.com> <4iv3nb$odc@ar.ar.com.au>
  9. NNTP-Posting-Host: xmission.xmission.com
  10.  
  11. >Porter Woodward (porter_woodward@internet.kronos.com) wrote:
  12. >
  13. >:     68000 = 8088
  14. >:     68010 = ?
  15. >:     68020 = 80286
  16. >:     68030 = 80386
  17. >:     68040 = 80486
  18. >:     68060 = Pentium
  19.  
  20. That matching is almost an insult.  ALL of the 68000 processors are 32 bits.
  21. The difference between the 68000 and the 68020 is the same as the difference
  22. between the 80386SX (16 bit bus, 32 bit internal) and the 80386 (32 bit bus,
  23. 32 bit internal).  Your table should look like this:
  24.  
  25. 68000 = 80386SX
  26. 68010 = 80386SX
  27. 68020 = 80386
  28. 68030 = 80486SX (if the 030 is an MMU version)
  29. 68040 = 80486
  30. 68060 = Pentium 
  31.  
  32. In actual practice, however my 7.16 MHZ Amiga 1000 ran circles around
  33. my 486SX33 running Windows, even though the 486 is a considerably faster
  34. processor.  Count this up to the blitter, 32 bit architecture, and
  35. directly mapped video memory (no slow ISA bus).
  36.  
  37. -- 
  38. Mark David Butler         ( butlerm @ xmission.com )
  39.  
  40.