| Re: Tiny CPUs in programmable logic |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.forth · Group Profile
Author: Frank BussFrank Buss Date: Jul 20, 2008 14:00
Guy Macon wrote:
> x86, ARM, PIC, and even the mighty 8051 are niche products
> compared to microcontrollers made by by GeneralPlus/SunPlus,
> Elan/EMC, WinBond, Sonix, etc. This is an entire world
> that is invisible to you unless you are a designer of
> talking Barbie dolls, computer mice, or musical greeting
> cards. In this world, nearly 100%% of the software is
> written in highly optimized assembly language with Forth
> -- and AFAICT only Forth -- making some small inroads.
My optical Dell computer mouse (costs 10 Euro, when buying as additional
equipment with a PC) has a CY7C63813, even in DIP case. Arrow has the SOIC
version for $2.94 for single units. It has 8k flash and 256 bytes RAM. With
an optimizing C compiler I think it should be possible to implement a mouse
device for it in C. The M8C instruction set is more powerful than 8051, but
the core is slow. But doesn't matter for many applications.
|