1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/lynx
Oliver Schmidt d8c31cf1d3 Renamed RAM to MAIN for all disk based targets.
The name RAM doesn't make much sense in general for a memeory area because i.e. the zero page is for sure RAM but is not part of the memory area named RAM.

For disk based targets it makes sense to put the disk file more into focus and here MAIN means the main part of the file - in contrast to some header.

Only for ROM based targets the name RAM is kept as it makes sense to focus on the difference between RAM and ROM.
2016-03-07 01:28:55 +01:00
..
joy Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
ser Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
tgi Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
bllhdr.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
bootldr.s
cgetc.s
clock.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
crt0.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
ctype.s
defdir.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
eeprom46.s
eeprom66.s
eeprom86.s
eeprom.s
exec.s
exehdr.s
extzp.inc
extzp.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
libref.s
load.s
lseek.s
lynx-cart.s
lynx-snd.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
open.s
oserror.s
read.s
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
toascii.s
uploader.s