The STM8 is an 8-bit microcontroller by STMicroelectronics.
Contents
Architecture
The STM8 has some similarities to the earlier ST7, but is better suited as a target for C due to its stack pointer-relative addressing mode. There is an 8-bit accumulator A and 16-bit registers X and Y, which are mostly used as index registers. Few of the STM8 microcontrollers have more than 64K of memory. Access to data memory above 64K is rather complicated and requires the use of special instructions.
Subfamilies
Compiler support
The STM8 is supported by the free Small Device C Compiler, the free of charge closed source Cosmic C compiler, and the non-free IAR C and Raisonance compilers. Besides C there is STM8 eForth, an open source port of the Forth programming language.
References
STM8 Wikipedia(Text) CC BY-SA