cc65/src/ld65
paul moore 08341aae30 second try at fixing win64 build 2023-12-14 14:25:35 -08:00
..
asserts.c Standard formatting of error messages. 2021-05-11 17:41:59 +02:00
asserts.h Normalized code. 2014-03-04 01:11:19 +01:00
bin.c ld65 overwrite segment should pad with fill value if the desired seek position is beyond the end of the file so far 2023-02-19 08:37:07 -05: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 remove dangling spaces 2022-04-17 16:07:09 +02:00
condes.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
config.c remove trailing space on segment "bytes" warning plural 2023-03-07 18:42:20 -05: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 Removed non-ASCII chars. 2021-04-19 16:06:10 +02: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 --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05:00
error.h --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05:00
exports.c omit an error message also when an unresolved import was added by the compiler. fixes bug #1551 2022-07-14 22:54:18 +02:00
exports.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
expr.c Made a slight improvement in the ld65 expression evaluator. 2021-06-13 20:36:05 -04: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 Don't use hardcoded paths on Amiga 2023-04-07 23:44:30 +02: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 remove dangling spaces 2022-04-17 16:07:09 +02:00
global.c --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05:00
global.h --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05: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 second try at fixing win64 build 2023-12-14 14:25:35 -08:00
mapfile.c remove dangling spaces 2022-04-17 16:07:09 +02: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 Removed non-ASCII chars. 2021-04-19 16:06:10 +02: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 --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05: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 suppress spurious "large alignment" warning when the combined alignment is not larger than any of the explictly requested ones 2023-02-21 06:48:46 -05: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