Skip to content

Releases: steux/cc2600

cc2600 v0.4.4

21 Feb 22:52
Compare
Choose a tag to compare

v0.4.4 (02/11/2024) :
- Corrected a bug with constant addresses in array of pointers

cc2600 v0.4.3

25 Jan 17:54
Compare
Choose a tag to compare

v0.4.3 (01/25/2024) :
- Corrected broken bankswitching function calls
- Fixed bug with array allocations in superchip
- Optimized bankswitching code (removed CallXXX for functions never called from bank0)

v0.4.2 (01/08/2024) :
- Added support for constant address in array of pointers

cc2600 v0.4.1

22 Dec 14:53
Compare
Choose a tag to compare

v0.4.1 (12/19/2023) :
- Corrected bug in zeropage memory usage counting
- Corrected bytes free estimation
- Added verbose output

cc2600 v0.4

14 Aug 10:36
Compare
Choose a tag to compare

Updated to cc6502 v1.0.1, with lots of new features that remove most of previous limitations (local variables & function parameters support in particular).

v0.3

24 Apr 14:37
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Release v0.3 now generates cartrdiges, calling DASM internally as a second stage compiler. This requires that DASM is isntalled in the current directory or in the system's path.

v0.1.7

02 Mar 10:04
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • char type is now unsigned by default (use -fsigned-char to change this behavior)
  • Many bug fixes

v0.1.1 for Windows

06 Feb 10:55
Compare
Choose a tag to compare
v0.1.1 for Windows Pre-release
Pre-release
  • First installer for Windows
  • Compiled binaries for misc utilities (s48gen and spritegen)