XaviDCR92 / sdcc-gas

GNU assembler syntax support for SDCC
GNU General Public License v2.0
11 stars 1 forks source link

Update to latest SDCC #6

Open sealj553 opened 3 years ago

sealj553 commented 3 years ago

4.1.0 RC1 was just released: https://sourceforge.net/projects/sdcc/files/sdcc-doc/ Do you think it would be relatively easy to update the fork to SDCC 4.0 or 4.1? Any tips if I'd like to try? Thanks!

XaviDCR92 commented 3 years ago

I am not sure, honestly. When sdcc-gas was made over sdcc 3.9.0, it unfortunately introduced some regressions and breaking changes that were not considered acceptable for upstream. Before updating to sdcc 4.1.0, I would rather first find a way to introduce the same features in a way they do not introduce regressions so they can be eventually merged into upstream.

sealj553 commented 3 years ago

Ah, makes sense. I haven't even taken a look SDCC's source yet and I'll probably be busy for a while. But I'll let you know if I get something working in the future. If you can believe it, this project is quite important to some of my projects :)