ref: 828b2adcdfee526ea270b986002c3020765c5a88
parent: 1c2965467d266a8eddc7eb4e69c415148a6bebe9
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Jul 10 06:50:33 EDT 2022
Make RGBLINK able to link SDCC object files This requires a LOT of tricky code, mostly due to the format itself being, er, not the most straightforward. Everything is converted to existing RGBLINK concepts (sections, patches, etc.), so the core code is essentially unchanged. (A couple of genuine RGBLINK bugs were uncovered along the way, so some of the core code *is* changed, notably regarding `SECTION FRAGMENT`s.) All of this code was clean-roomed, so SDCC's GPLv2 license does not apply.