Skip to content

SDK v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 04:01
· 378 commits to main since this release
1e761df

Process

  • The compiler has been stable enough for long enough that it makes sense to
    start using semver more formally. So, without further ado, version 1.0.0!

Breaking changes

  • #115 - Breaking! - Replace cpm_parse_filename library function with a syscall, but with different parameters. - @davidgiven

Compiler

By @asiekierka:

SDK

  • #114 - Update CPM65; add some missing ctype and string functions. - @davidgiven
  • #117 - On Mega65 unmap $A000-$BFFF ROM region to provide 45KB of contiguous RAM. - @gurcei

By @asiekierka:

  • #119 and later - Add RCP8/e platform for the RedPower Minecraft mod's CPU.
  • #122 - Fix off-by-one stack pointer initializations in various targets, obtaining one more byte of soft stack.