decompals / slinky

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

Options to emit "integrated" asserts on the generated linker script #55

Open AngheloAlf opened 8 months ago

AngheloAlf commented 8 months ago

Stuff like "the rom end of segment boot can't be greater than 0x101000", which would emit something like this:

ASSERT ((boot_ROM_END <= 0x101000), "Error: boot_ROM_END is larger than 1 MB");

Not sure how the syntax on the input file would look like