Skip to content

Tags: R6502/cc65

Tags

V2.19

Toggle V2.19's commit message
Removed --lib option from cl65.

The general approach of cl65 when generating the command lines to be executed is to first put options and the put files. However, this doesn't work well with the --lib option which would rather need to be put when libraries in general are put. I opted to not add this special behavior to cl65 as
* the use case for the --lib option is _VERY_ specific
* cl65 is after all a wrapper for ordinary use cases

V2.18

Toggle V2.18's commit message
Rearranged paravirt function vector.

- exit right below 6502 vectors.
- keep exit addr stable as it may be called from asm.

V2.17

Toggle V2.17's commit message
Switched Apple II output format to AppleSingle.

Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change.

I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.

V2.16

Toggle V2.16's commit message
Bumped version.

As suggested the incompatibility resulting from cc65@02daf9f makes a new version appropriate.

V2.15

Toggle V2.15's commit message
Bumped version.

As suggested the incompatibility resulting form changing the default calling convention makes a new version appropriate - from user perspective.

V2.14

Toggle V2.14's commit message
Bumped version to 2.14.0.

The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems
appropriate to increase the minor version.

V2.13.3

Toggle V2.13.3's commit message
Normalized coding style.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5494 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.2

Toggle V2.13.2's commit message
The C16 is not really a separate machine, but identical to the Plus/4…

…, so

the include file must just include the file for the Plus/4.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4610 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.1

Toggle V2.13.1's commit message
Ignore unknown preprocessor directives in an #if group that is excluded.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4534 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.0

Toggle V2.13.0's commit message
Added note on the necessity of tab chars at the beginning of make com…

…mand lines.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4325 b7a2c559-68d2-44c3-8de9-860c34a00d81