1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 16:29:58 +00:00
cc65/src/ld65
2019-05-11 12:32:44 +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 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -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 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 Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03: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 ld65: implement '--allow-multiple-definition' command line parameter 2019-05-01 10:57:48 +02:00
exports.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
expr.c 65816 now generate EXPR_NEARADDR instead of EXPR_WORD0 for default assumed address mode, which will be validated by the linker's range check rather than blindly truncated. Assuming the assembler correctly validated this, the linker is allowed to truncate. 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 ld65: implement '--allow-multiple-definition' command line parameter 2019-05-01 10:57:48 +02:00
global.h ld65: implement '--allow-multiple-definition' command line parameter 2019-05-01 10:57:48 +02: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 src/ld65/main.c: fix copy'n'paste error in comment 2019-05-01 10:57:48 +02: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 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05: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 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -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 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -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 Don't write INITAD if the memory area is empty. 2019-02-21 19:00:17 -03:00
xex.h Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03:00