Skip to content

SDK v18.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 16:21
· 4 commits to main since this release
d4f9574

Breaking changes

  • #342 - commodore family targets now infinitely loop on exit
    • This fixes a day-one SDK bug with the commodore targets. They freely clobber BASIC ZP, but they then return to BASIC. This is arguably a bug fix, but I'm marking it as a breaking change due to how significantly the behavior changes.
    • See #341.

New features

  • From upstream, C23's #embed is now supported. This allows turning arbitrary binary files into comma-separated lists of numbers in the preprocessor, for direct inclusion in character arrays.