1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-15 20:25:22 +00:00
cc65/src
ol.sc c9555b328a The Apple2 linker configs basically cover two dimension of settings:
1. BIN vs. SYS vs. Loader
2. With Quit code vs. w/o Quit code vs. full LC

Up two now these two dimensions were sort of folded into a number of useful combinations. However with the new asm config and the upcominger overlay config we end up with just to many configs.

Therefore now the second dimension isn't expressed anymore as distinct config. Rather the user has to override __LCADDR__ and __LCSIZE__ in order use the Quite code area or the full LC.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5722 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-16 20:36:34 +00:00
..
ar65 In error or warning messages, output the name of the library if this is 2012-06-07 19:59:51 +00:00
ca65 Fixed an error: When guessing the address size of an expression used in an 2012-05-25 16:28:46 +00:00
ca65html
cc65 For commutative operators processed by hie_internal, if the left side is a 2012-06-16 18:12:24 +00:00
chrcvt Small change in the vector font format. 2011-07-17 17:15:54 +00:00
cl65 Added new cl65 options -Wc and --cc-args. 2012-02-21 20:23:36 +00:00
co65 Fixed an error: The output file shouldn't be opened in binary mode (thefox). 2011-09-04 10:41:43 +00:00
common Fixed an error in the conversion function from Unix time to FILETIME. 2012-04-03 13:27:19 +00:00
da65 Support for the Mitsubishi 740 CPU for da65. Written and contributed by 2011-12-31 13:09:55 +00:00
dbginfo Make the type of a C symbol available. 2011-09-01 20:53:42 +00:00
grc65 Apple GEOS reserves beside the main app area at $4000-$C000 a secondary app area at $0C00-$2000. While it was an elegant idea to use that secondary area for overlays at the end of the day those 5 kB are just too small. So now overlays go at the end of the main area (as with GEOS 64/128). 2012-06-08 21:46:51 +00:00
ld65 The Apple2 linker configs basically cover two dimension of settings: 2012-06-16 20:36:34 +00:00
make Added sp65 to the tools makefiles. 2012-03-10 23:11:42 +00:00
od65 Fixed a C99ism. 2012-06-04 07:48:37 +00:00
sim65 More cleanup. 2012-04-11 12:23:33 +00:00
sp65 Similar changes as for the C output target: If the attribute "ident" is given, 2012-06-04 19:29:39 +00:00