cc65 - a freeware C compiler for 6502 based systems https://github.com/cc65/cc65
Find a file
uz 795d9e1a1c Mark the symbol that is the name of a scope with the size of that scope
(previously only the scope itself had that size).
Pass the size of symbols through the object file to the linker. Bump the
object file version and adjust object file reading tools (od65, ar65) to this
change.
Read the size in the linker and output it in the debug info.
Bump the minor version number of the debug info. Read the size and allow to
access it via the API. Do better version checking for the debug info and try
to be smarter when encountering unknown keywords to improve support for newer
minor versions.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5057 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-06-13 18:43:50 +00:00
asminc Added (again) IRQ support for the Oric Atmos by Stefan Haubenthal. This time 2011-06-07 21:22:02 +00:00
doc Added docs for interruptor support. By Stefan Haubenthal. 2011-06-13 17:25:36 +00:00
include Use slightly optimized character translation settings for the CBM machines. 2011-06-13 12:13:08 +00:00
libsrc interruptor support by Stefan Haubenthal 2011-06-13 16:42:45 +00:00
make Renamed grc -> grc65. 2010-11-18 22:09:36 +00:00
packages Allow different output formats using additional linker configs. Contributed by 2011-01-26 22:14:42 +00:00
samples Cache aspect ratio like already done with resolution. 2011-05-01 21:38:04 +00:00
src Mark the symbol that is the name of a scope with the size of that scope 2011-06-13 18:43:50 +00:00
testcode change my email addr from cpg@aladdin.de to chris@groessler.org 2011-02-26 22:15:24 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00