1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-10 01:29:05 +00:00
cc65/src/od65
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
..
make Converted all Watcom makefiles to use GNU make 2002-12-12 23:19:53 +00:00
.cvsignore First rudimentary version - can dump xo65 headers 2000-07-29 22:34:15 +00:00
dump.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
dump.h Add capability to dump just the segment sizes 2002-11-25 17:32:16 +00:00
error.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
error.h Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
fileio.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
fileio.h Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
global.c Added --dump-all 2000-07-30 21:09:52 +00:00
global.h Add capability to dump just the segment sizes 2002-11-25 17:32:16 +00:00
main.c Adjusted the copyright string 2002-11-25 17:33:58 +00:00