mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
419eb700b5
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. |
||
---|---|---|
.. | ||
c_acptr.s | ||
c_basin.s | ||
c_bsout.s | ||
c_chkin.s | ||
c_ciout.s | ||
c_ckout.s | ||
c_clall.s | ||
c_close.s | ||
c_clrch.s | ||
c_getin.s | ||
c_iobase.s | ||
c_listen.s | ||
c_load.s | ||
c_open.s | ||
c_readst.s | ||
c_save.s | ||
c_setlfs.s | ||
c_setnam.s | ||
c_talk.s | ||
c_unlsn.s | ||
c_untlk.s | ||
cbm_close.s | ||
cbm_dir.c | ||
cbm_filetype.s | ||
cbm_load.c | ||
cbm_open.s | ||
cbm_read.s | ||
cbm_save.c | ||
cbm_write.s | ||
cbm.inc | ||
cclear.s | ||
chline.s | ||
clinechars.s | ||
clock.s | ||
close.s | ||
closedir.s | ||
ctype.s | ||
curdevice.s | ||
cvline.s | ||
devicedir.s | ||
dir.h | ||
dir.inc | ||
dir.s | ||
diskcmd.s | ||
diskinit.s | ||
exec.c | ||
execvars.s | ||
exehdr.s | ||
filedes.inc | ||
filedes.s | ||
filename.s | ||
filetype.s | ||
filevars.s | ||
getdevice.s | ||
gotox.s | ||
gotoxy.s | ||
gotoy.s | ||
initcwd.s | ||
loadaddr.s | ||
mcbpointercolor.s | ||
mcbpointershape.s | ||
open.s | ||
opendir.c | ||
oserrlist.s | ||
oserror.s | ||
overlayaddr.s | ||
penadjust.c | ||
read.s | ||
readdir.c | ||
rewinddir.s | ||
rwcommon.s | ||
scratch.s | ||
seekdir.c | ||
syschdir.s | ||
sysremove.s | ||
sysrename.s | ||
telldir.s | ||
toascii.s | ||
wherex.s | ||
wherey.s | ||
write.s |