Skip to content

version 7.5

Compare
Choose a tag to compare
@irmen irmen released this 10 Dec 19:22
· 2126 commits to master since this release

Some new features and more optimizations have been added:

  • added diskio.load_raw() to load headerless files
  • added cx16diskio with load() and load_raw() that are HIRAM bank-aware
  • added cx16.getrambank() / getrombank()
  • fix grammar problem: \x and \u escape sequences now work properly in character literals
  • fix grammar problem: scoped variables such as cx16.rX are now allowed as loop variable in for loops
  • c16 r0-r15 are now properly considered to be already in zeropage on X16 if you use them as pointers
  • allow using ubyte[] as subroutine parameter type
  • some other bugfixes and optimizations