SDK v0.3.4
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.