1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00
cc65/src/ld65
Daniel Serpell 17c5504129 In Atari XEX output format, join memory areas if possible.
This makes executables shorter if two memory areas are consecutive.
2020-07-04 23:28:10 +02:00
..
asserts.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
asserts.h Normalized code. 2014-03-04 01:11:19 +01:00
bin.c Minor formatting changes after review. 2020-05-29 10:00:33 +02:00
bin.h Normalized code. 2014-03-04 01:11:19 +01:00
binfmt.c Add support for Atari XEX file format to LD65 2019-02-03 18:04:46 -03:00
binfmt.h Normalized code. 2014-03-04 01:11:19 +01:00
cfgexpr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
cfgexpr.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
condes.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
condes.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
config.c Minor formatting changes after review. 2020-05-29 10:00:33 +02:00
config.h New segment type renamed to "overwrite". 2018-09-08 19:18:41 -07:00
dbgfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
dbgfile.h Normalized code. 2014-03-04 01:11:19 +01:00
dbgsyms.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dbgsyms.h Normalized code. 2014-03-04 01:11:19 +01:00
error.c Normalized code. 2014-03-04 01:11:19 +01:00
error.h Normalized code. 2014-03-04 01:11:19 +01:00
exports.c make linker generated export warning conistent with the import warning 2019-11-18 21:50:44 +01:00
exports.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
expr.c move EXPR_NEARADDR to end of enum list to avoid invalidation of existing object binaries? 2019-05-11 12:32:44 +02:00
expr.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
extsyms.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
extsyms.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fileinfo.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fileinfo.h Normalized code. 2014-03-04 01:11:19 +01:00
fileio.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fileio.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
filepath.c Normalized code. 2014-03-04 01:11:19 +01:00
filepath.h Normalized code. 2014-03-04 01:11:19 +01:00
fragment.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragment.h Normalized code. 2014-03-04 01:11:19 +01:00
global.c Added support for --large-alignment in ld65. 2020-05-15 17:54:41 -04:00
global.h Added support for --large-alignment in ld65. 2020-05-15 17:54:41 -04:00
library.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
library.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lineinfo.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
lineinfo.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
main.c Added support for --large-alignment in ld65. 2020-05-15 17:54:41 -04:00
mapfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
mapfile.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
memarea.c Normalized code. 2014-03-04 01:11:19 +01:00
memarea.h Normalized code. 2014-03-04 01:11:19 +01:00
o65.c o65.c: missed a link time resolution of EXPR_NEARADDR 2019-05-11 12:32:44 +02:00
o65.h Normalized code. 2014-03-04 01:11:19 +01:00
objdata.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
objdata.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
objfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
objfile.h Normalized code. 2014-03-04 01:11:19 +01:00
scanner.c Fixed error handling for missing names in ld65 configure files. 2019-10-12 07:59:49 -04:00
scanner.h Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03:00
scopes.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
scopes.h Normalized code. 2014-03-04 01:11:19 +01:00
segments.c Added support for --large-alignment in ld65. 2020-05-15 17:54:41 -04:00
segments.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
span.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
span.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
spool.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
spool.h Normalized code. 2014-03-04 01:11:19 +01:00
tpool.c Normalized code. 2014-03-04 01:11:19 +01:00
tpool.h Normalized code. 2014-03-04 01:11:19 +01:00
xex.c In Atari XEX output format, join memory areas if possible. 2020-07-04 23:28:10 +02:00
xex.h Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03:00