1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 19:29:37 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 094ffa1984 Renamed segment 'HIGHCODE' to 'LC because:
1. Its use isn't limited to code. It may as well be used for rodata.
2. This fits better to the new __LCADDR__ / __LCSIZE__ parameters.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5723 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-16 20:57:49 +00:00
asminc
doc Document changed behaviour of the output processors for sp65. 2012-06-04 22:09:03 +00:00
include Allow a third, optional filename argument for cbm_opendir. 2012-06-04 18:32:38 +00:00
libsrc Moved actual computation of DOS 3.3 header to linker configurations: 2012-06-14 20:44:35 +00:00
make
packages
samples Replaced (broken) assert() with #error and added a source bitmap. 2012-06-10 17:52:23 +00:00
src Renamed segment 'HIGHCODE' to 'LC because: 2012-06-16 20:57:49 +00:00
targetutil
testcode Added the test program for the POSIX directory routines. 2012-06-06 18:31:58 +00:00
util