Just finished porting sidreloc 1.0 by Linus Γ
kesson to C#! π
It took a while, I'm using a different CPU emulator & rewrote much of it in idiomatic C#, but the results are great: it passes 78% of the latest HSVC SID collection (vs 63% for sidreloc 1.0).
The improvement likely comes from full support for all opcodes & a non-recursive heap-based solver. It can also auto-extract zero-page addresses, making it easy to integrate SID files directly into your code.
Code drops next month!