1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/src/ld65
ol.sc b014bd8196 Added basic Apple linker config for assembler programs (similiar to C64).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5717 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-14 20:59:08 +00:00
..
cfg Added basic Apple linker config for assembler programs (similiar to C64). 2012-06-14 20:59:08 +00:00
make Renamed apple-geos.cfg to geos-apple.cfg and added it as built-in configuration. 2012-01-02 12:28:44 +00:00
asserts.c Changed data type used to store line numbers from unsigned long to unsigned. 2011-08-19 10:44:45 +00:00
asserts.h
bin.c Let the linker generate a new symbol __NAME_FILEOFFS__ that contains the 2011-12-31 15:21:33 +00:00
bin.h
binfmt.c
binfmt.h
cfgexpr.c
cfgexpr.h
condes.c Moved the segdefs module to ca65, since it was used only there and renamed it 2012-01-04 22:02:02 +00:00
condes.h Use a string pool to reduce the memory footprint 2003-06-04 12:40:14 +00:00
config.c Finish support for .BANK. 2012-01-04 22:45:26 +00:00
config.h Let the linker generate a new symbol __NAME_FILEOFFS__ that contains the 2011-12-31 15:21:33 +00:00
dbgfile.c More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
dbgfile.h
dbgsyms.c Fixed an error: Symbol references for csyms were output as local, not global 2011-09-01 10:00:31 +00:00
dbgsyms.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
error.c
error.h
exports.c
exports.h
expr.c Added handling of new expression opcodes. 2012-01-19 11:55:36 +00:00
expr.h
extsyms.c
extsyms.h
fileinfo.c
fileinfo.h
fileio.c
fileio.h
filepath.c
filepath.h
fragment.c
fragment.h
global.c
global.h
library.c Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
library.h
lineinfo.c Added the LineInfo count to the info line of the debug info file. This allows 2011-08-22 21:52:40 +00:00
lineinfo.h Added the LineInfo count to the info line of the debug info file. This allows 2011-08-22 21:52:40 +00:00
main.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
mapfile.c Added support for arbitrary alignments. 2011-12-28 16:28:19 +00:00
mapfile.h
memarea.c Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
memarea.h Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
o65.c Added handling of new expression opcodes. 2012-01-19 11:55:36 +00:00
o65.h
objdata.c More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
objdata.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
objfile.c Removed unneeded include files. 2012-04-01 15:48:11 +00:00
objfile.h
scanner.c
scanner.h Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
scopes.c Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
scopes.h Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
segments.c Finish support for .BANK. 2012-01-04 22:45:26 +00:00
segments.h Finish support for .BANK. 2012-01-04 22:45:26 +00:00
span.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
span.h Do not resolve the lists of spans for LineInfos and Scopes, but keep them as 2011-08-22 17:36:19 +00:00
spool.c
spool.h
tgtcfg.c Adjusted/added names of geos include files. 2012-01-03 08:25:04 +00:00
tgtcfg.h
tpool.c Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00
tpool.h Maintain the types as separate indexed items in the debug info file. 2011-08-22 18:22:45 +00:00