cpcitor / cpc-dev-tool-chain

A development toolchain to compile your modern C or assembly projects on a modern OS and run on an Amstrad CPC or emulator.
45 stars 5 forks source link

SDCC4 partially buggy, allow per-project SDCC version #25

Open cpcitor opened 1 year ago

cpcitor commented 1 year ago

Situation

SDCC 4.0, 4.1 and 4.2 are out. They work for some projects but they have bugs. For example, SDCC 4.0 through 4.2 generate incorrect ASM on config screen of https://github.com/cpcitor/color-flood-for-amstrad-cpc .

Action

I reverted the commits advancing past SDCC3.9 to fix the regression.

TODO