1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/src
Greg King cf7f7b9ef2 Fixed ld65's precalculation of memory-area sizes.
Before this fix, BSS-type and ZP-type segments never were counted.  Now, they are counted if their memory areas are filled.  (It must be done because their places in the output file are filled.)

The fix allows us to build programs for the CBM510 and CBM610 platforms.  We won't see an "Internal error" diagnostic message about a bad file-offset.
2013-07-10 02:37:09 -04:00
..
ar65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ca65 Have __PLUS4__ imply __C16__. 2013-06-27 23:09:54 +02:00
ca65html Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cc65 Have __PLUS4__ imply __C16__. 2013-06-27 23:09:54 +02:00
chrcvt Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cl65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
co65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
common Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
da65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbginfo Fixed a logic bug in dbginfo.c module that prevented some valid debug info files from being parsed. 2013-07-04 21:10:58 +03:00
grc65 No copyright message here. 2013-04-27 17:39:52 +02:00
ld65 Fixed ld65's precalculation of memory-area sizes. 2013-07-10 02:37:09 -04:00
od65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim65 Adjusted usage. 2013-05-24 18:36:59 +02:00
sp65 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
.gitignore
ar65.vcxproj
ca65.vcxproj
cc65.sln Turned sim65 into a lightweight cc65 execution environment. 2013-05-20 20:20:14 +02:00
cc65.vcxproj
cl65.vcxproj
co65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
common.vcxproj
da65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
grc65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
ld65.vcxproj
Makefile Added support for 'prefix'. 2013-06-07 23:13:46 +02:00
od65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00
sim65.vcxproj Adjusted sim65 MS VC build settings to the ones of the other binaries. 2013-05-21 20:54:33 +02:00
sp65.vcxproj Added projects for the remaining binaries to the MS VS 2010 solution. 2013-04-27 17:20:33 +02:00