decompals / slinky

Linker script generator for decompilation and modding projects
MIT License
8 stars 0 forks source link

Figure out how to support projects with weird section ordering #63

Open AngheloAlf opened 6 months ago

AngheloAlf commented 6 months ago

Like starfox 64, which does text, data, rodata, data, rodata, data, bss https://github.com/sonicdcer/sf64/blob/master/yamls/us/main.yaml

Or rocket which goes

boot - [boot stuff]
codeseg1 - [rodata1, text1, data1]
codeseg2 - [rodata2, text2, data2]
bss - [bss1, bss2] 

https://github.com/RocketRet/Rocket-Robot-On-Wheels/blob/master/tools/NSUE.00.yaml