Skip to content

version 8.3

Compare
Choose a tag to compare
@irmen irmen released this 12 Jul 20:30
· 1576 commits to master since this release
  • added -D compiler option to set symbols in the generated assembly file.
  • added -esa compiler option to override the eval-stack memory location.
  • added bool datatype. Use this when you only need true/false values (0/1) the compiler creates more optimized code then.
  • fixed various logical expression evaluations that used to yield the improper value
  • added cx16 psg library for the Vera's psg sounds.
  • added cx16.push_vera_context() and cx16.pop_vera_context() for use in irq handlers that poke the vera registers.
  • added zsound combo example for cx16
  • added maze example to show how to work around recursion limitations in the language.
  • cx16 programs now reset rom/ram banks and monitor bank at exit.
  • cx16diskio.f_read() now correcly deals with banked ram boundary
  • several bugfixes and optimizations.