On 18.12.2012 22:33, Vaclav Peroutka wrote:
> I quickly did code size tests for STM8. I took template from SDCC wiki
> and it is atached. I would upload it to Wiki but I do not have rights
> for it.
Can you also send me the generated .asm files, so I can see what Cosmic
C might to better / worse t
Hello to those wanting to see a working stm8 port in sdcc.
I've worked on the stm8 port a bit in the recent days. Of course it is
far from complete, and the code generated still tends to be inefficient
and buggy, and not all aspects of code generation are implemented yet.
Nevertheless, the port ca
Page added to wiki at
http://sdcc.sourceforge.net/mediawiki/index.php/Stm8_code_size
Borut
On 19. 12. 2012 08:22, Vaclav Peroutka wrote:
Hello,
I do not know what exactly happened with emailer when I was sending
previous email, but I wrote following:
I quickly did code size tests for STM8.
The self-registartion to the wiki is disabled due to spam attacks. If
anybody needs the write access, please let me know: send me your prefer
use name and I'll give you access.
Regards,
Borut
On 18. 12. 2012 22:33, Vaclav Peroutka wrote:
I quickly did code size tests for STM8. I took template
Hello,
I do not know what exactly happened with emailer when I was sending previous
email, but I wrote following:
I quickly did code size tests for STM8. I took template from SDCC wiki and
it is attached. I would upload it to Wiki but I do not have rights for it.
Anyway, attachment in the last
I quickly did code size tests for STM8. I took template from SDCC wiki and
it is atached. I would upload it to Wiki but I do not have rights for it.
Vaclav
"Over time, and especially recently, it seems people want an STM8 port of
sdcc. Vaclav has started such a port, but its incomplete, and, IM
On 14.12.2012 10:20, Vaclav Peroutka wrote:
> Hi Philip,
>
>> Just look at the drop in generated hc08 code size at
>> http://sdcc.sourceforge.net/mediawiki/index.php/Hc08_code_size. The STM8
>> has 5 8-Byte registers, which the new register allocator can easily
>> handle. An STM8 port should be wr
Hi Philip,
> Just look at the drop in generated hc08 code size at
> http://sdcc.sourceforge.net/mediawiki/index.php/Hc08_code_size. The STM8
> has 5 8-Byte registers, which the new register allocator can easily
> handle. An STM8 port should be written for the new allocator, not the
> old one.
I j
Over time, and especially recently, it seems people want an STM8 port of
sdcc. Vaclav has started such a port, but its incomplete, and, IMO has
some serious design flaws¹, which are not worth fixing.
So, I propose² the following:
* Write a new STM8 sdcc port.
* Use existing assembler.
* Use exist