??? 05/06/09 12:20 Read: times |
#165104 - But... Responding to: ???'s previous message |
Richard said:
The one-clocker with which I'm most familiar is the Maxim/Dallas DS 89C4x0 series. Those really seem to be as fast as they claim, namely 1 MIPS/MHz, but using the "standard" I mentioned, namely it's the number of NOP's it can execute. ...in the example of my earlier post the DS89C450 runs less fast than the C8051F000 from SILABS: Clocks needed: 12-clocker C8051F000 DS89C450 ------------------------------------------------------------- MOV A,#data 12 2 2 MOV B,#data 24 3 3 DIV A,B 48 8 10 ------------------------------------------------------------- Total: 84 13 15 Improvement factor: 6.46 5.6 Kai |