Hi all
what are basic differences between the 8051 family and the 80251 family ?
Are they close family relatives?
Thanks Eliahu
Just as the Z80 extended the 8080 processor, a 251 processor got extra instructions by use of an extension byte.
But the main advantage was that it consumed much less clock cycles/instruction. But you don't need a 80251 for that - many newer 8051 chips works with way less than the 12-cycle concept of the original 8051. And at way higher clock frequencies too. And there are 8051 chips supporting more than 64kB of code space.
Many thanks Eliahu