??? 11/21/06 12:50 Read: times |
#128346 - it seems that this is hardwired in SDCC... Responding to: ???'s previous message |
Russ Cooper said:
Another untested idea that may be bad. A quick test indicates it works. Russ Cooper said:
It looks from your snippet like the linker does output symbols for the beginning and end of each segment.
So, the next question is: can you create your own segments? A quick look into the SDCC sources (OK, not so quick, it's really ... ehm... huge...) indicates that the segments are hardwired, ehm, hardcoded. Even the asm there is tagged as to be custom modified just for SDCC use. But, this sounds that this would be the way to go for this problem in commercial C-s, is it? I am of course interested in trying a couple of them, too, after learning the quirks of this one... maybe just trying to port the present project to these... JW |