SDK v0.2.0
Breaking changes
- Structs 4 bytes or smaller are passed and returned by value rather than by indirect pointer.
- Renamed
a800xl
target toatari8
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.