Re: [Sdcc-user] STM8 code size

2014-07-02 Thread Philipp Klaus Krause
On 02.07.2014 05:19, Georg Icking-Konert wrote: > hello all, > > from a previous discussion I learned that far pointers, i.e. 24bit > address, are not yet supported for the STM8. Just 2 questions: > > 2) does this limit code size to 32kB (code flash starts at 0x8000)? No. Unless you need function

Re: [Sdcc-user] STM8 code size

2014-07-02 Thread Ben Shi
Hello, Georg, 1. Currently STM8's pointers are assumed 16-bit, you can post a request in http://sourceforge.net/p/sdcc/feature-requests/ for 24-bit points support. 2. There is no code size limitation, but the stm8 port currently only emit CALL / CALLR instructions, but no CALLF. So a single ma