1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-18 09:24:05 +00:00
cc65/libsrc/c64
Oliver Schmidt a3a22733f8 Cleaned up C64 linker configs.
The BSS segment and the ONCE segment share the same start address. So they need to be placed in two different memory areas.

So far BSS was placed in the MAIN memory area and ONCE was placed in an additional memory area. Both memory areas were written to the output file. They just "happened" to be loadable and runnable at a stretch.

Now ONCE is placed in the MAIN memory area and BSS is placed in an additional memory area. Only MAIN is written to the output file. It becomes more obvious that BSS is "just" defined to share memory with ONCE.
2016-03-13 14:32:07 +01:00
..
emd blackystardust pull request with post-review changes 2016-02-26 23:55:55 +01:00
extra remove unneeded exports 2015-11-07 11:45:38 +01:00
joy
mou
ser
tgi
_scrsize.s
bordercolor.s
break.s
cgetc.s
clrscr.s
color.s
conio.s
cputc.s
crt0.s Cleaned up C64 linker configs. 2016-03-13 14:32:07 +01:00
devnum.s
get_ostype.s
get_tv.s
irq.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
kernal.s
kplot.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbdefault.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbspritedata.s
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
pencalib.c
randomize.s
revers.s
soft80_cgetc.s
soft80_charset.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80_color.s
soft80_conio.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80_cputc.s
soft80_kclrscr.s
soft80_kplot.s
soft80_scrsize.s
soft80.inc
soft80mono_cgetc.s
soft80mono_color.s
soft80mono_conio.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80mono_cputc.s
soft80mono_kclrscr.s
soft80mono_kplot.s
status.s
systime.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s