Parallax Propeller (P8X32A) Assembly

This is an amazing microcontroller!
It is a 32 bit uC with 8 cores all
running at up to 25mips each! (25 million
instructions/second) 200mips total. This
chip has multiple video generators
inside and can drive VGA and composit
monitors. This chip is best programmed
in assembly since each core has a
limited amount of fast ram available
and to run at maximum speed your code
needs to run in this fast ram. There
is a 32kb bank of ram available to
all 8 cores but there is a dramatic
speed hit when you use it.