??? 11/21/06 12:26 Read: times |
#128344 - Another bad idea? Responding to: ???'s previous message |
Another untested idea that may be bad.
Frieder, 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? If so, then you could modify my original idea of a dummy variable and make a dummy segment instead. Then some symbol made by the linker (maybe it's #s_MYSEG ???) would directly give the address that Jan wants? Would that work in SDCC? ? -- Russ |