Is there any way to get SDCC to place string literals into a const area when targeting Z80?
I'm looking at a situation where I need to do some paging between a couple of different code overlays and having string literals embedded in the code area means those strings might get paged out when calling between overlays. It'd be great to be able to manage those strings as a linker area so I could move them to somewhere that won't be paged out. Brad
_______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user