Re: [Sdcc-user] stm8 "far" pointer

2017-07-15 Thread 史斌
As far as I remembered , stm8 backend does not suppport far pointer, maybe only inline assembly can do it? Ben Shi > 在 2017年7月16日,05:52,Daniel Drotos 写道: > > > Hi, > > I'm testing simulation of stm8 flash controller in ucsim. To start a > program/erase operation flash area must be written

[Sdcc-user] stm8 "far" pointer

2017-07-15 Thread Daniel Drotos
Hi, I'm testing simulation of stm8 flash controller in ucsim. To start a program/erase operation flash area must be written as data. sdcc-stm8 uses 16 bit pointers, is it possible to address over 64k somehow? Daniel ---