Hello,

I need to make function which must run in RAM (Flash programming in bootloader). So far I haven't found how to do it. Nor in C neither in assembler.

What I have found is way how initialized variables are translated from C to assembly: the value is added to segment _INITIALIZER and space is allocated in _INITIALIZED. But this IMHO can't be used for code: code needs to be compiled for final placement (e.g. _INITIALIZED) and then moved as data to _INITIALIZER segment. Is there any way how to do it?

BTW, it seems to me that there is some problem with crt0.s - I have to have my own start-up routine so I used crt0.s as template. Unfortunately it can't be compiled unless .globl is added for l__INITIALIZE* and s__INITIALIZE* values. Does it work differently when using standard crt0.s?

Thanks,
Hynek Sladky
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to