Skip to content

version 7.8

Compare
Choose a tag to compare
@irmen irmen released this 12 Feb 16:59
· 1921 commits to master since this release
  • removed old @"screencodes" string encoding syntax (use sc:"hello" instead)
  • library API change: moved cx16.vload() to cx16diskio module
  • API change: added alignment parameter to memory() function
  • library API change: string.find now returns index of character + carry bit status (instead of substring address)
  • completely rewritten variable allocation, resulting in large program size savings
  • diskio.list_files() now has a larger buffer to be able to list larger directories
  • restructured code generator and added -expericodegen command line flag to select alternate experimental code generator (only a stub at the moment)
  • tweak compiler output to be less noisy
  • various bugfixes and optimizations