1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 22:29:31 +00:00
cc65/libsrc/osic1p
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
..
extra Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
bootstrap.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
cclear.s Use character constants where appropriate. 2015-02-21 20:53:16 +01:00
cgetc.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
chline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
crt0.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
ctype.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
cvline.s Incorporated another round of feedback for pull request. 2015-02-18 18:38:42 +01:00
extzp.inc Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
extzp.s Implemented a one-character buffer for kbhit() and cgetc(). 2015-02-21 20:24:58 +01:00
gotox.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoxy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
gotoy.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
kbhit.s Mask control keys from first keyboard scan row. 2015-02-21 22:52:01 +01:00
oserror.s Rename c1p target to osic1p 2015-02-03 22:42:35 +01:00
osic1p.inc Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
osiscreen.inc Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
screen-c1p-24x24.s Macro-based implementation of screen layout configuration modules. 2015-03-23 19:02:45 +01:00
wherex.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00
wherey.s Include "extzp.inc" instead of using direct imports of symbols. 2015-02-12 22:12:51 +01:00