1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 15:05:14 +00:00
cc65/src/ld65
cuz 3f9e7b56ae Support additional o65 attributes.
Add a special ID for the cc65 operating system that is written to the OS
field of the options header.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1254 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-04-21 20:00:04 +00:00
..
cfg set atari start address to (very conservative) $2E00; the previous 2001-12-09 23:49:24 +00:00
make Added/completed/debugged o65 support for Lunix 2001-12-01 13:34:51 +00:00
.cvsignore Ignore lunix.inc 2002-03-06 07:57:22 +00:00
bin.c Used __attribute ((unused)) instead of -Wno-unused-parameter 2001-09-30 22:04:19 +00:00
bin.h Added dbg file generation 2001-05-29 07:39:46 +00:00
binfmt.c
binfmt.h
condes.c Fixed a few warnings 2001-09-15 13:36:59 +00:00
condes.h First finished implementation of the condes feature 2000-11-20 21:56:48 +00:00
config.c Support additional o65 attributes. 2002-04-21 20:00:04 +00:00
config.h
dbginfo.c Add dbginfo module 2001-07-14 14:44:07 +00:00
dbginfo.h Add dbginfo module 2001-07-14 14:44:07 +00:00
dbgsyms.c Added dbg file generation 2001-05-29 07:39:46 +00:00
dbgsyms.h Added dbg file generation 2001-05-29 07:39:46 +00:00
error.c
error.h
exports.c Added o65 symbol export capability 2001-12-01 17:14:12 +00:00
exports.h Added o65 symbol export capability 2001-12-01 17:14:12 +00:00
expr.c First finished implementation of the condes feature 2000-11-20 21:56:48 +00:00
expr.h First finished implementation of the condes feature 2000-11-20 21:56:48 +00:00
extsyms.c Added/completed/debugged o65 support for Lunix 2001-12-01 13:34:51 +00:00
extsyms.h Added/completed/debugged o65 support for Lunix 2001-12-01 13:34:51 +00:00
fileinfo.c Used __attribute ((unused)) instead of -Wno-unused-parameter 2001-09-30 22:04:19 +00:00
fileinfo.h Use a separate structure for file infos instead of just the name. 2001-05-23 21:32:57 +00:00
fileio.c
fileio.h
fragment.c Added line infos 2001-05-23 19:03:40 +00:00
fragment.h Added dbg file generation 2001-05-29 07:39:46 +00:00
global.c Added dbg file generation 2001-05-29 07:39:46 +00:00
global.h Added dbg file generation 2001-05-29 07:39:46 +00:00
library.c Added dbg file generation 2001-05-29 07:39:46 +00:00
library.h
lineinfo.c Added dbg file generation 2001-05-29 07:39:46 +00:00
lineinfo.h Added dbg file generation 2001-05-29 07:39:46 +00:00
main.c Add --config option to usage 2002-04-08 18:39:51 +00:00
mapfile.c Added dbg file generation 2001-05-29 07:39:46 +00:00
mapfile.h Added dbg file generation 2001-05-29 07:39:46 +00:00
o65.c Support additional o65 attributes. 2002-04-21 20:00:04 +00:00
o65.h Support additional o65 attributes. 2002-04-21 20:00:04 +00:00
objdata.c Use a separate structure for file infos instead of just the name. 2001-05-23 21:32:57 +00:00
objdata.h Use a separate structure for file infos instead of just the name. 2001-05-23 21:32:57 +00:00
objfile.c Added dbg file generation 2001-05-29 07:39:46 +00:00
objfile.h Added dbg file generation 2001-05-29 07:39:46 +00:00
scanner.c Use cc65 character classification routines 2002-04-20 11:49:53 +00:00
scanner.h Support additional o65 attributes. 2002-04-21 20:00:04 +00:00
segments.c Correct the END value for a segment so that it shows the last address in 2002-02-06 13:36:25 +00:00
segments.h Added/completed/debugged o65 support for Lunix 2001-12-01 13:34:51 +00:00
tgtcfg.c Added/completed/debugged o65 support for Lunix 2001-12-01 13:34:51 +00:00
tgtcfg.h
version.h