1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00
cc65/libsrc
Oliver Schmidt 419eb700b5 Renamed INITBSS to INIT and INIT to ONCE.
The way we want to use the INITBSS segment - and especially the fact that it won't have the type bss on all ROM based targets - means that the name INITBSS is misleading. After all INIT is the best name from my perspective as it serves several purposes and therefore needs a rather generic name.

Unfortunately this means that the current INIT segment needs to be renamed too. Looking for a short (ideally 4 letter) name I came up with ONCE as it contains all code (and data) accessed only once during initialization.
2016-03-06 21:27:19 +01:00
..
apple2 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
atari Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
atari5200 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
atmos Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
c16 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
c64 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
c128 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cbm Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cbm510 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cbm610 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
common Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
conio Updated the fastcall information in a document and two Assembly files. 2015-07-22 13:31:14 -04:00
dbg Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
em Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gamate Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
geos-apple Have src/Makefile and libsrc/Make use disjoint work directories. 2014-03-05 23:24:35 +01:00
geos-cbm Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
geos-common Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
joystick added compiler/assembler target, lib compiles 2014-11-29 15:35:20 +01:00
lynx Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mouse Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
nes Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
osic1p Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
pce Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
pet Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
plus4 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
runtime Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
serial Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sim6502 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
supervision Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
tgi Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
vic20 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
zlib Made _afailed() and uncompress() be fastcall functions. 2015-03-13 07:35:47 -04:00
Makefile initial import of the gamate stuff 2015-11-14 13:15:29 +01:00