Skip to content

SDK v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 21:39
· 331 commits to main since this release
37bde1b

Breaking Changes

  • #131 -- Changed cbm_k_load and cbm_k_save to use void* rather than unsigned.

Library

  • #131 -- Support for Commander X16-specific KERNAL functions. Thanks @XarkLabs !

Misc

  • llvm-mos/llvm-mos#312 -- Model bytes and cycles separately in cost calculations. This can slightly improve register allocation by giving more specific costs when optimizing for size, speed, or both.