2014-04-11 01:52 PM
Today, sdcc 3.4.0 was released. sdcc is a free C compiler. The 3.4.0 release is the first to support the stm8.
The st8m port works reasonably well at this point (it passes the same regression tests as the other stable ports), however code size is still somewhat higher than for other compilers that target the stm8. Also, banked calls and far pointers are not supported yet, effectively limiting the stm8 port of sdcc 3.4.0 to 64K address space. Philipp