Skip to content

SDK v0.2.0

Compare
Choose a tag to compare
@mysterymath mysterymath released this 08 Mar 05:57
· 645 commits to main since this release

Breaking changes

  • Structs 4 bytes or smaller are passed and returned by value rather than by indirect pointer.
  • Renamed a800xl target to atari8

New features

  • C++ type_traits implementation

Optimizations

  • Reduced printf from ~12K to ~5K by replacing div/mod 10 with a simple BCD-like shift and add algorithm.