1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 76e67e2f97 Changed the object file and library format. There is now an additional
string table in the object file that (currently) holds all identifiers
from the import, export and debug info sections. The plan is to put all
strings into this table, so we have them in a central place and don't
waste memory. Apart from that, the indices are unique, so comparing strings
should be a lot easier than before (as soon as the programs take advantage
of this fact, which is currently not the case).


git-svn-id: svn://svn.cc65.org/cc65/trunk@2169 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-05-25 17:57:50 +00:00
asminc Move FOPEN_MAX from _file.inc into stdio.inc 2003-05-03 08:49:35 +00:00
doc Added info about the new OPTIONAL segment attribute. 2003-05-22 22:35:20 +00:00
include More __NES__ stuff 2003-05-02 14:45:16 +00:00
libsrc New mainargs.s from Greg King 2003-05-25 11:46:21 +00:00
packages Apple joystick driver rename 2003-05-03 08:56:16 +00:00
samples fixes for GEOS structures, initialized menu/icontabs finally are possible 2003-03-15 22:39:16 +00:00
src Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
testcode Added signal-test.c 2003-03-16 14:27:24 +00:00
util Added an older conversion program 2000-10-14 17:53:26 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00