cc65 Changelog

What's new in cc65 2.13.3

Mar 10, 2012
  • Some macro issues and problems with incorrect code generated by the C compiler have been fixed.
  • This includes converting a function to void pointer and the runtime division routine.
  • The assembler also had some macro issues and a problem with alignments greater than 256 bytes.
  • There were problems with 80 column mode and conio scrolling in the C128 library.
  • The Atari library now has POSIX directory routines.
  • There have been several documentation changes, fixes, and improvements.

New in cc65 2.13.0 (Oct 13, 2009)

  • Support for bit-fields has been added.
  • This release improves standards compliance, and additional warnings are emitted for dubious code.
  • The libraries are tuned for more speed or smaller size.
  • The compiler generates faster code in many cases, usually without much of an increase in code size.