Re: [Sdcc-user] Dropping support for ...

2015-01-22 Thread Philipp Klaus Krause
On 21.01.2015 21:12, Kio wrote: > >> Dropping support for returning expression of type void > > this is a feature i like and it does not break compatibility. > therefore i vote for "keep it". > it could be secretly enabled in std c as well... :-) By 5.1.1.4 of the standard we would be required t

[Sdcc-user] Adding support for utf8/asm

2015-01-22 Thread remi
Hello I would like to have some kind of road-map for implementing utf8 for the assemblers If its complicated for all the assemblers at once , i'd love to have an idea on how to do it on only one, that intersts me the most is the stm8 . I need just a rought road map - i think it s relatively simp

Re: [Sdcc-user] SDCC port of STM8 Standard Peripheral Library

2015-01-22 Thread Philipp Klaus Krause
On 21.01.2015 19:36, Georg Icking-Konert wrote: > hello all, > > I am currently trying to port the STM8S Standard Peripheral Library to > SDCC > (http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009). > If I succeed it would open up the whole range of examples and libs > avai

Re: [Sdcc-user] Adding support for utf8/asm

2015-01-22 Thread Philipp Klaus Krause
On 22.01.2015 14:36, r...@remi.lu wrote: > Hello > > I would like to have some kind of road-map for implementing utf8 > for the assemblers > > If its complicated for all the assemblers at once , > i'd love to have an idea on how to do it on only one, > that intersts me the most is the stm8 . > >