Am 05.03.20 um 16:27 schrieb Sebastien Lorquet:
> Hello,
> 
> I dont think named sections are supported in sdcc, but if they are done
> one day, I think that should be done using the usual attribute syntax:
> 
> int var[10] __attribute__(( section("AREA_NAME") ));
> 
> This is also usable on functions.
> 
> Sebastien


The usual attribute syntax would be something like:

[[sdcc::section("AREA_NAME")]]

Philipp


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to