Skip to content

SDK v0.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 05:44
· 574 commits to main since this release

New Targets

New Features

Arbitrary sized integers

The compiler now supports the C23 candidate types _BitInt(n) and _UnsignedBitInt(n) for integers of arbitrary width. Note that this feature isn't all that well tested; if you run into any problems, please let us know.

Other Improvements

  • NES targets now have KEEP by default for CHR-ROM, so it's no longer necessary to add the retain flag to sections.
  • The NES-SLROM linker script now supports CHR-ROM.