Skip to content

release 1.80

Compare
Choose a tag to compare
@irmen irmen released this 12 Mar 00:23
· 3785 commits to master since this release
  • added 'downto' range expression to make the step -1 common case easier
  • reverse(float array) now works
  • fixed some compiler problems related to the data type of array literals
  • reintroduced alternative string encoding via @"...." syntax (for c64 this is the screencode encoding, rather than petscii which is the default for strings)
  • introduced romsub keyword, to define ROM subroutines, instead of using asmsub
  • compiler speed improved (callgraph logic was improved)
  • floating point assembly code moved to separate embedded library file