Path: utzoo!attcan!uunet!lll-winken!elroy.jpl.nasa.gov!usc!cs.utexas.edu!ut-emx!lad-shrike!tmd From: tmd@AUSTIN.LOCKHEED.COM (Tom Davis) Newsgroups: comp.sys.amiga Subject: Re: 68010 Summary: What is a 68010 good for? Keywords: 68010 and 2000's Message-ID: <422@martin.AUSTIN.LOCKHEED.COM> Date: 12 Nov 90 13:11:43 GMT References: <15556@brahms.udel.edu> Organization: Lockheed Austin Div. Lines: 18 In article <15556@brahms.udel.edu>, jeremym@brahms.udel.edu (Jeremy A Moskowitz) writes: > Could someone pease tell me the implications of exchanging a > 68000 with a 68010 on the B2000 rev 4.2? For what it's worth, about the only thing a 68010 buys you over a 68000 is that it has a small instruction cache that will speed up very tight loops. For instance, the 680x0 architecture has no native string handling instructions, so you have to write a tight loop to, say, copy the characters of one string to another. The 68010 makes these run quite a bit faster than on the 68000. -- Tom Davis Internet address: tmd@austin.lockheed.com -- Drop me a note some time: "pen" pals always welcome -- [Disclaimer: I speak for nobody but me, and sometimes not even that.]